Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Links

Status
Not open for further replies.

alsaffar

Programmer
Oct 25, 2001
165
KW
Hi everyone,

If I have a link to php or html or ram or rm or a link to anything, how can I count number of hitting that link?

In another way, if I hit one link, how can I execute a code in anoter page? while I'm linking to a realplayer file for example.

Example:

<a href=&quot;/Media/Test.rm&quot;>Download file</a>

I hope that my problem is clear :)

Thanks in advance for any help provided.
 
What u can do is call a php page on Onclick event of the link, php code then increments the value by one in database or text file .

--------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top