Re: [PHP] count number of email sent to us

2001-07-19 Thread Jack
- From: Francis Fillion [EMAIL PROTECTED] To: Jack [EMAIL PROTECTED] Cc: Zak Greant [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 10:19 AM Subject: Re: [PHP] count number of email sent to us Yes you can send javascript stuff to php, juste use a form form name=test method=POST

[PHP] count number of email sent to us

2001-07-18 Thread Jack
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

Re: [PHP] count number of email sent to us

2001-07-18 Thread halmi yasin
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

Re: [PHP] count number of email sent to us

2001-07-18 Thread Jack
] 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

Re: [PHP] count number of email sent to us

2001-07-18 Thread Zak Greant
Check the list archives - this question gets posed quite often. --zak - Original Message - From: Jack [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 1:38 PM Subject: Re: [PHP] count number of email sent to us Yes, that is the point here. We normally use

Re: [PHP] count number of email sent to us

2001-07-18 Thread Jack
Message - From: Zak Greant [EMAIL PROTECTED] To: Jack [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 2:39 AM Subject: Re: [PHP] count number of email sent to us Check the list archives - this question gets posed quite often. --zak - Original Message - From: Jack

Re: [PHP] count number of email sent to us

2001-07-18 Thread Zak Greant
Both topics are covered frequently :) --zak Jack wrote: Sorry, It is mistyping here. I mean, we normally use variables from php to do something in javascript function. But how could we use value from variables in javascript function to do something in php function? -- PHP General Mailing