On 8/7/07, rkw1956 <[EMAIL PROTECTED]> wrote:
> I want to use ascii for the email address in an HTML anchor tag.
Ok, something like <a href="#email_address"> ?
If you want to change the valid email address to something else, I
guess you could use preg_replace() and remove everything that's not a
letter or number.
If that's indeed what you want, a simple preg_replace('/\W/', '',
$email) should suffice.
What exactly do you need? Can you give examples of what you want?
--
Bruno Lustosa <[EMAIL PROTECTED]>
ZCE - Zend Certified Engineer - PHP!
http://www.lustosa.net/