Hi
I am creating a list of User IDs, and each ID i wish to have a hyper link like this
<a Href="testing.php?userid=ABC>ABC</a></br>
<a Href="testing.php?userid=EFG>EFG</a>
It does not work.
When I say it does not work, it means when i attempted to go to the URL testing.php and the testinng php contains the following line
<? echo $userid; ?>
It says that the variable is not defined.
And also I wish to use the ?SID behind the hyper Link so that the session would be carried over. Can anyone help me?
Its urgent. Thank you