Yes, that is the point here. We normally use variables from php to do
something in php function, how could we use javascript variables to do
something in php function?
Jack
[EMAIL PROTECTED]
"Love your enemies, it will drive them nuts"
----- Original Message -----
From: halmi yasin <[EMAIL PROTECTED]>
To: Jack <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 18, 2001 10:43 AM
Subject: Re: [PHP] count number of email sent to us


> hi jack,
>
>
> the easiest way for you to do this is by using javascript. do somethins
> like:
>
>   <a href="mailto:[EMAIL PROTECTED]"; onClick="countClick()">Big
> George</a>
>
> and have a javascript function like:
>
>   <script... >
>     function countClick()"= {
>       ...do stuffs
>     }
>   </script>
>
> i dont know if you can embed php in javascript function or not, or any
> other method you can use.
>
>
> halmi/
>
>
> On Wed, 18 Jul 2001 14:17:57 -0500
> "Jack" <[EMAIL PROTECTED]> 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?
> > cheers
> > Jack
> > [EMAIL PROTECTED]
> > "Love your enemies, it will drive them nuts"
> >
>
>
> --------
> halmi/
>
> /** http://affroman.com **/
>


-- 
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