Hi All
small regex question here... i have a bunch of variables that has different values. -- what i am looking for is a method to seperate all variables that are 5 digit numbers.
so in the end i want the following :
If $id contains a 5 digit number
do the following
else do this
would i use preg_match statement? or is there an easier method?
thanks!