Jump to content

[SOLVED] preg_match() HELP


robcrozier

Recommended Posts

Hi all, i'm pretty new to the preg_match() function and what im simply trying to do it find out if a string contains only letters and numbers, nothing else!  Here is what i have so far, tough it does not work:

 


if (preg_match('/^[a-zA-Z0-9]+$/', $catagory))
{
  //OK
}
else
{
  // NOT OK
}

 

Nay help would be appreciated, cheers!

Link to comment
https://forums.phpfreaks.com/topic/73863-solved-preg_match-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.