Forum Moderators: mack

Message Too Old, No Replies

SQL safe text strings

         

too much information

12:08 pm on Jul 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a form where my subscribers can enter HTML to produce a page with their code built in. I don't have a problem taking the info, but my method uses the replace("","") comand and getting the source back out sometimes gives me strange results.

Is there a command similar to the URLEncode command in ASP that creates an SQL safe text string?

killroy

12:12 pm on Jul 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



hmm there is QUOTE as well as encode in mySQL

SN