Forum Moderators: coopster
For example, I want to use something like the following to pass the variable $var to a PHP script:
<a name="var" value="test" href="scripts/script.php">test</a>
Thanks.
then acces it via the $_GET array
<input type="hidden" name="var" value="$test">