I'm using mysql_real_escape_string() to prevent SQL injection, on my previous web server this would escape slashes to the values in my database. I now have a dedicated server and it doesn't seem to be adding the slashes, is something turned off? I'm not sure why there are no slashes.