Anyone come accross a function to allow single and double quotes to be passed in an SQL string. I have one in ASP but annot seem to get my hands on a similar php one. Thanks - recently converted
try the native addslashes function. <br> string addslashes (string str)
take a look at addslashes(string)
hope this helps Darren
Thanks guys, that's kind of where I've been heading when reading coding forums although there is some disgreement surrounding it.