Gossamer Forum
Home : General : Perl Programming :

ID Referal

Quote Reply
ID Referal
I'm making a referal program and have everything done except one thing doesn't work. I wanted to store the number after "ID=" in the url, so I put this in the script:

$ENV{'QUERY_STRING'} =~ /ID=(.+)$/;
$id = $1;

and then I mailed $id to me.
the e-mail worked but it didn't e-mail me the info. Is that the right script to write? If not, what is?
Subject Author Views Date
Thread ID Referal Fudgenut 4237 Jan 3, 1999, 1:03 PM
Post Re: ID Referal
Alex 4062 Jan 4, 1999, 7:34 AM
Post Re: ID Referal
Fudgenut 4059 Jan 4, 1999, 10:48 AM
Post Re: ID Referal
Fudgenut 4067 Jan 5, 1999, 9:45 PM
Post Re: ID Referal
fhirsch 4069 Jan 6, 1999, 6:01 AM