Hi Sluggers:

Setup:
Url comes to site like this
http://www.yourdomain.com/index.html?hop=some_data

Q1. If I click on a link to go to another HTML page say name.html, I lose
the "hop" data. How do I make the "hop=some_data" go with the "name.html"
?

Q2. The order page calls a Perl script say "orderpage.pl", I want the
script to capture the "hop=some_data". I got the script to print the whole
%ENV, and I see no "HTTP_REFERER". I thought "HTTP_REFERER" would show the
url that called "orderpage.pl" with the "hop=some_data" . But if I cannot
see "HTTP_REFERER", then how do I get the script to capture the
"hop=some_data" ?

Thank You.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to