Setting "submit"
- by user361626
Driving me a bit nuts this one, have tried alsorts of combination's...
At the top of my file I have
PHP Code:
if (!ISSET ($_POST['submit']))
which tests if the submit has been hit, if not displays the form....
What I'd like to be able to to is generate a link that would be processed directly by the php code that the form would normally be…