Topic: How to pass a "CODE" around Pages
Hi all,
I need to send a code for reference through the browser session, how can i do that?
code is nothing but a string. in othe words id number
Example:
If someone cliks "my web link" from someother website(referring mysite) I ll get a code from that site say "...com/index.php?action=main&code=XYZ123" I want the code to be carried in all the pages. If that person registers with my site, i ll avail discount to that person, if not i should not.
I want to store the code and retriew whenever i want. Is there any smart way to do it.
Thanks in ADv.