Im trying to find out whether a value contains a numerical character in it
i.e. If FY1 1AL then ill do something with it or if its Bleakpool for instance I wont
The code ive found doesnt seem to work
Code: Select all
if(preg_match('[0-9]', $value))Cheers