br3nn4n Posted December 16, 2008 Share Posted December 16, 2008 This will probably be another of my super easy to answer questions. i have some text - Oh really now? well you're a funny guy... mySql spits out an error at the single quote. What do I do to fix that? Thanks? Quote Link to comment Share on other sites More sharing options...
CroNiX Posted December 16, 2008 Share Posted December 16, 2008 mysql_real_escape_string() Quote Link to comment Share on other sites More sharing options...
br3nn4n Posted December 16, 2008 Author Share Posted December 16, 2008 Alright will this just get me around the error or will it change the text I'm entering? I've heard of it before but have never used it. Quote Link to comment Share on other sites More sharing options...
genericnumber1 Posted December 16, 2008 Share Posted December 16, 2008 It asks the mysql server you are using how to escape the quote. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.