Most people control this with a script. PP communicates with the script and then the script loads your page above so you page would look like:
PHP Code:
If (the referring page is not equal to the scrptname.ph ) { header('location:/index.html'); exit(); }
__________________
Colbyt
Last edited by colbyt; 10-18-2009 at 06:41 PM..
Reason: typo
|