Hiya
I'm currently using the Referrer text string cookie to hold a telephone number. Is it possible to access this Referrer text string cookie on a different page and add a second telephone number to it?
I'm using PHP to add the current telephone number to it - something along the lines of:
$tel = "TEL1=123456789";
echo "<a href='http://www.XYZandA.com/cgi-bin/rs000001.pl? SOURCE=".$tel."&DESTINATION= ..........
Is it possible to access the cookie on another page and add a second telephone number to it? How would I access the cookie ?
Many thanks,
hp.
I'm currently using the Referrer text string cookie to hold a telephone number. Is it possible to access this Referrer text string cookie on a different page and add a second telephone number to it?
I'm using PHP to add the current telephone number to it - something along the lines of:
$tel = "TEL1=123456789";
echo "<a href='http://www.XYZandA.com/cgi-bin/rs000001.pl? SOURCE=".$tel."&DESTINATION= ..........
Is it possible to access the cookie on another page and add a second telephone number to it? How would I access the cookie ?
Many thanks,
hp.
Comment