D Dude New member Oct 8, 2011 #1 here's what i got: if (preg_match ('/[^a-z]', $type)) { header("Location: URL"); } I need it to accept forward slash also / i've tried //// \////\ HELP please! nope '\/[^a-z]' doesn't work
here's what i got: if (preg_match ('/[^a-z]', $type)) { header("Location: URL"); } I need it to accept forward slash also / i've tried //// \////\ HELP please! nope '\/[^a-z]' doesn't work