Forum Moderators: DixonJones
1- user clicks [mydomain.com...]
2-the "page_with_script.php" redirects the user to ANY destination_url
How could that be accomplished I wonder.
PS: php or whatever language it can be.
this is easy enough to do, are you lookig to track exit traffic?
the logical steps would be (using your url example)
grab the url from the GET param
log whatever it is your script needs to log
then send the user off with a header [php.net] call using the url from step one