<?php $id = 'a1'; if (preg_match('/[^0-9]/',$id)) { print "Match"; } else { print "No Match"; }
You have javascript disabled. You will not be able to edit any code.