Simple Phone Number Format Function
Dec 06
This simple function will turn the poorly formatted phone numbers entered by users into a visually appealing set of numbers. /** * Converts phone numbers to the formatting standard * * @param String $num A unformatted phone number * @return String Returns the formatted phone number */ function formatPhone($num) { $num =...
Read More



