Is there anyway to format Phone Numbers and/or Web Address PRIOR to inserting them into the database? For example, let's say a user puts one of the following telephone numbers into the box:
(777) 111-2222
777-111-2222
777.111.2222
7771112222
I would like these to be stored in the database as:
(777) 111-2222
Similarly, with web addresses if the user puts something like:
www.domain.com
domain.com
http://domain.com
http://www.domain.com
I wanted it to be stored in the database as:
Any ideas?