Possible Duplicate:
Formatting Phone Numbers in PHP
cvs files from our clients contains phone numbers that are in this format
19995554444
but we must display them as
(999) 555-4444
on our website after retrieving them from our database ,so is there anyway to change its format using php? we cannot change the format inputted on our database, we can only change how it is displayed on out website.
any script will be ok as long as it is on php, we are using a mysql database to store data.