PDA

View Full Version : ereg php prob


iamien
06-26-03, 13:31
tryign to serach an inputed string that get from a form's input, before i send it to insert int odatabse

if (!ereg("[A-Za-z~\`{[}]\\|:;\"'<\,>\.?/]", $start)) { blah }
but this doenst' seem to work. I have been reading on ereg syntax and can't find out why it wont work, Little help =D?
thanks