Announcement

Collapse
No announcement yet.

Add more info to Referrer text string cookie?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Add more info to Referrer text string cookie?

    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.
    mobilize-me ltd
    www.mobilize-me.com

    #2
    Any help on this would be appreciated!

    Any help on this would be appreciated!

    Thanks,

    HP
    mobilize-me ltd
    www.mobilize-me.com

    Comment

    Working...
    X