Your email:
The given PHP example helps you, If u want to clean a string to pure ascii[0-126] use the following regulare expression. Code Example:
<?php $AsciiData = preg_replace( '/[\x7f-\xff]/', '', $DurtyData ); ?>
Your email address will not be published. Required fields are marked *
Name *
Email *
Website