mysql
Howdy^_^ asked:


I am making a comment system. At the moment, the data is retrieved from mysql into a layer.

I would like to make it so that I can apply CSS styles to this retrieved data.

Any ideas?

mysql
nkbsbl asked:


I am using PHP and right now I am using the function mysql_escape_string on the strings I am writing. Unfortunately this puts a backslash into my database, which is ugly and I do not want to have to escape backslashes upon pulling data out.

Example: That’s is getting written as That\’s