Phone Number Format

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 25, 2010   (RSS)

By Kenny - August 25, 2010

I have a spreadsheet of members I am importing into the database. Each one has a phone number and a fax displayed like this:

1234567890

No problem, except that on the website, I want to display them like this:

(123) 456-7890 or even 123-456-7890

So what do I need to do to this:

<?php echo $record['phone'] ?>

to make that happen?


Thanks,

Kenny