Is there a way I can modify a phone number programmatically -- for example,
if I have the following phone number:

1234567890

Now there are no "-" or "." separators... and I would like to automatically
add them when the user hits submit...

123-456-7890

Also, I would like to account for optional International Codes...

from 0001234567890

to 000-123-456-7890

Thanks
Jason




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to