Sessions. And for your future reference, in no way does using POST hide data from curious users.
A Anonymous Guest Nov 28, 2003 #1 Sessions. And for your future reference, in no way does using POST hide data from curious users.
A Anonymous Guest Nov 30, 2003 #2 Guess I will solve your problem over here. Code: <form name=form1 action=actionpage.php method=post> <input type=hidden name='param1' value=val1> </form> <a href='link.php' onClick="javascript:document.form1.submit();"> Enjoy!!!!
Guess I will solve your problem over here. Code: <form name=form1 action=actionpage.php method=post> <input type=hidden name='param1' value=val1> </form> <a href='link.php' onClick="javascript:document.form1.submit();"> Enjoy!!!!