View Single Post
Old 11-18-2003, 09:40 PM  
Script Dude
Registered User
 
Join Date: Jun 2002
Location: Michigan
Posts: 86
Quote:
Originally posted by TonyL
PHP Code:
http://www.sponsor.com/tour.php?rid=<?echo $rid;?>
If you want to do it this way and you have PHP 4.2 or better, this probably won't work.

This will work on PHP 4.1 or better:

PHP Code:
http://www.sponsor.com/tour.php?rid=<?echo $_GET['rid'];?>
Script Dude is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote