Hi,
I was running my website off a Ubuntu box with XAMPP on it for months and today I built my own web server but I am having SQL issues.
When I had XAMPP; SQL could process apostrophe's in queries just fine but now that I have custom built my web server (with Apache, PHP, SQL etc), SQL throws errors if the query has a apostrophe in it.
I shouldn't have to use mysql_real_escape_string or anything because I wasn't with XAMPP so I'm guessing it's SQL's problem =/
What is going on?! o.0
How can I fix this?
Thanks.
I was running my website off a Ubuntu box with XAMPP on it for months and today I built my own web server but I am having SQL issues.
When I had XAMPP; SQL could process apostrophe's in queries just fine but now that I have custom built my web server (with Apache, PHP, SQL etc), SQL throws errors if the query has a apostrophe in it.
I shouldn't have to use mysql_real_escape_string or anything because I wasn't with XAMPP so I'm guessing it's SQL's problem =/
What is going on?! o.0
How can I fix this?
Thanks.
Comment