I cannot find button2 in phpinfo() when I click it. I was hoping to find a $_POST["button2"] value.
What am I doing wrong?

<input type="button" name="button2" id="button2" value="Print Mode" onclick="formSubmit()">

I really wanted to use a button to pass a different condition than a <input type="submit">

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to