[PHP-DB] passing variables inside href links From: magnus (reduct <email protected>)
Date: 11/15/00

I can build an html table with href links for every database table row.
<a href=\"selectforum.php?id=$row[name]\&".SID."\">$name</a>
And I can pass a variable from one page to a second. But how to send
that same variable on to a third page?
Thanks for any help,
Magnus Lawrie

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>