Is it possible to pass a variable through POST using
hypertext?
<currently stuck with GET>
echo ("<a href ='$PHP_SELF?&myvariable=newvalue'>link</a>")
</currently stuck with GET>
Or is POST limited to forms?
<form method='POST'>
</form>
Thanks,
Andrew






Bookmarks