View Single Post
  #1 (permalink)  
Old Apr 7th, 2008, 11:05
webhead webhead is offline
Browsing Member
Join Date: Apr 2008
Location: 01742
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
First Hello - and a simple FORM question

Hi, I am new to this forum and am looking for help as I coming up to speed on all things WEB. I am a hard core applications developer that has either seen the light or come over to the dark side, not sure which yet .

My form question is simple. In the little test htm/php I am written I would like to recieve regular expressions from a text/submit form.

Problem is, when receiving the input in my php script (using _POST) any backslash the user might have included in their regular expression come in with an addition backslash infront of it.

Is there anyway to tell the form that I want the data unmodified?

Thanks

webhead
Reply With Quote