PHP Newsletter

Join now and receive weekly updates pertianing to the world of PHP.

Polls

What do you think about the new PHPMine Design?
Awesome
Not Bad
Sucks

PHP Gigs By City

PHP Jobs By Topic

Advertisements

how to pass info from one page to another in PHP using Links not Forms ?

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.