How to check ICQ number validity? sepedatua • Leave a comment This will validate ICQ ID (number only). if (ereg("^[0-9]{6,15}$", $icq)) { echo 'Valid'; } else { echo 'Invalid; } Like this:Like Loading... Related
No Comments