Posted by KoRnDragon on 01/03/08 03:51
Link:
http://korndragon.com/resources/register.php?refer=1
Code:
if(isset($_GET['refer'])){
echo "Referrer: " . $_GET['refer'];
}
Problem:
I can't get the get variable to save to the database. I'd rather not
use a cookie if possible, a session is alright.
Navigation:
[Reply to this message]
|