I have this snippet of code...
<?php $id=2; include('http://www.mysite.com/TY_topper.php');?>
...that needs triggering when someone gets to an asp page of mine. This asp page is on my home PC and there is no php server or anything stored on it.
How can I get this code triggered when they get to my asp page? Do I need to do a redirect after they hand on my thankyou.asp page so they get taken to a php page to trigger the code? Or can asp trigger php code?
Thanks,
Jon