Hi,
I want to run a script and pass it variables but have nothing returned from the script, and let my page continue.
eg. to track hits to a website, i want each page to run something like:
loghit.php?ip=1.1.1.1&os=win98
but then still display the current page.
(the reason for this is because i want all webstats on a central server database, but my hosting provider does not allow mysql connections from external hosts, so instead i just want to run a script on that central server to log the hits)
Jamie