How about changing link to

<a href="mymailer.php?[EMAIL PROTECTED]"> Big George </a>

Where mymailer.php is something like

<?php
/*
    Do whatever it is you need to do with $email
  */

    header("Location: mailto:$email"; );

?>

( Now watch me get shot down for saying something silly .... )


At 09:30 17/07/2001 -0500, Jack wrote:
>Dear people,
>I have an email link on my page like this
><a href="mailto:[EMAIL PROTECTED]";> Big George </a>
>and I want to know how may people click on on this particular link to keep 
>the record, may be insert this record into a table as well ( but don't 
>erally have to) Is there any technique at all to achieve this?
>Jack
>[EMAIL PROTECTED]
>"Love your enemies, it will drive them nuts"

-------------------------
Brian White
Step Two Designs Pty Ltd - SGML, XML & HTML Consultancy
Phone: +612-93197901
Web:   http://www.steptwo.com.au/
Email: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to