On Friday 15 October 2004 19:38, Shaun wrote:

> Could anyone help me with a reugular expression for a UK mobile phone
> number?
>
> So far I have tried this but with no success
>
> <snip>
> $regexp = "/^447[0-9]{9}$/";
> if(!preg_match( $regexp, $_POST[mobile_number] )){
>      $error = "Invalid Mobile Number";
> </snip>
>
> The number nust be 11 numbers long, be all numbers, have no spaces and
> begin with 447.

11 minus 3 = 8?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
When nothing can possibly go wrong, it will.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to