Php Code: Extract Alpha Numeric Characters
This function extracts all alpha numeric letters and numbers from a string. Basically, it takes out everything that is not an alpha-numeric character, including spaces.
This function is useful in taking out excess characters before inserting data into mysql, i.e. "-" for phone numbers.
This function is useful in taking out excess characters before inserting data into mysql, i.e. "-" for phone numbers.
Go to Homepage![]() | You can leave comments once you sign in/up. |





