I'm trying to find out how make following happen
Example:
http://www.example.com/test.php?id=20
What makes this happen and how do I make it.
Thanks
Thomas
Thomas:
It's unclear as to what you want.
To make this happen, you click it:
http://www.example.com/test.php?id=20
To make this happen in html for others to click, you can use:
<a href="http://www.example.com/test.php?id=20"></a>
To make this happen in html with php for others to click, you can use:
<a href="http://www.example.com/test.php?id=<?php echo($value);?>"></a>
Just where and what are you trying to do?
tedd
--
--------------------------------------------------------------------------------
http://sperling.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php