Posted by Jerry Stuckle on 01/03/08 04:24
KoRnDragon wrote:
> 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.
>
How are you trying to save it to the session? You didn't show us that code.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|