Hello, I have a php script that I'm writing and I am stuck on a few things:
I have the following link below that I need to carry 2 variables over with.
The first one is the product id, and the
second one is the value of a hidden field which contains the last web page the user was on (document.referrer).
Wben they click on this link they are taken to a php page where I need to
display the contents of these variables.
My code isn't working.
Any help would be appreciated.
<html>
<head>
<title></title
</head>
<body>
<br>
<?
print "$prod";
print "$sReferringSite";
>
</body>
</html>
I have the following link below that I need to carry 2 variables over with.
The first one is the product id, and the
second one is the value of a hidden field which contains the last web page the user was on (document.referrer).
Wben they click on this link they are taken to a php page where I need to
display the contents of these variables.
My code isn't working.
Any help would be appreciated.
<html>
<head>
<title></title
</head>
<body>
<br>
<?
print "$prod";
print "$sReferringSite";
>
</body>
</html>