Hello,
I am a new personfor web development.
I am building a php used site supported by MySql.
I have given a ID (ex- http://www.aaaaa.com/1.php?recordID=1400) for people registered in the web site, where they can use that ID to promote my web.
ID is generated in MySql. I get the ID to MySQL using the codes
<?php echo $SERVER[HTTP_REFERER]; ?> and
<?php echo $SERVER[REQUEST_URI]; ?>
those codes work perfectly
But i am having a problem in tracking the ID. i want to pass the client ID from one page to another untill the ID is passed to the form where it (the ID) is submited to the Mysql data base
example
I know there are brainy ones who knows this is a very simple problem.
please can some body help me
sisira