Re: [PHP] Re: escaping special charecters upon submit

2001-08-25 Thread idesign
Tried addslashes also urlencode, neither worked... the input is from a comment area in a form...that adds data to a mysql database...the comments contain commas and apostrphes, that when you try to subit, screw up the execution of the insert Any help would be very very very very

Re: [PHP] Re: escaping special charecters upon submit

2001-08-25 Thread Don Read
On 26-Aug-2001 [EMAIL PROTECTED] wrote: Tried addslashes also urlencode, neither worked... the input is from a comment area in a form...that adds data to a mysql database...the comments contain commas and apostrphes, that when you try to subit, screw up the execution of the insert

Re: [PHP] Re: escaping special charecters upon submit

2001-08-25 Thread idesign
mine always says ask don lol...actually got it figured out right after muy last post rawurlencode worked great Thanks though! On 26-Aug-2001 [EMAIL PROTECTED] wrote: Tried addslashes also urlencode, neither worked... the input is from a comment area in a form...that adds data