Hi,
I am trying to figure out how I can submit a form to a php page just by clicking a link...
<form action="submit.php" method="post">
<a href="SOMETHING?"><? print($myvariable); ?></a>
Hard to describe... but rather than having a submit button for the form, I would like it to submit the form by clicking the link, where the link text is a printed variable from php.
Cheers