Re: [PHP] Quotes in inputfields & Reload

2001-03-13 Thread Jens Nedal
Ah yeah, thx everybody That does it and i am a littel pissed since i can go over alllooott of code now to insert that. BATCH here i come! Jens on 12.03.2001 17:49 Uhr, PHPBeginner.com at [EMAIL PROTECTED] wrote: > hi Jens, > > PHP automatically escape the dangerous characters from the user in

RE: [PHP] Quotes in inputfields & Reload

2001-03-12 Thread PHPBeginner.com
hi Jens, PHP automatically escape the dangerous characters from the user input on form submissions. there are several ways to escape that back : stripslashes() urlencode() htmlentities() read about these, they will soon become your solutions. Sincerely, Maxim Maletsky Founder, Chief Deve