preg_match forward slash troubles php?

Dude

New member
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
 
Back
Top