PHPMine
<? if(PHP > $Expectations) echo $Results ?>
by Angel S. Moreno
UNDER SOME SERIOUS CONSTRUCTION LINKS MAY NOT WORK
Asked 2006-03-17 02:19:04 by Dr.WheeZee
Anwered 2006-03-17 02:27:25 by Lucky
with the help of quesrystring this is possible
for example
<a href="page.php?mode=1">Mode 1</a>
Anwered 2006-03-17 03:24:00 by Guhan
The previous answer is right.
To add additional param use like this
<a href=somelink.asp?param1=value1¶m2=value2>click</a>
Questions and answers provided by the Yahoo Answers Community.