Re: [PHP] phpinfo()
[email protected] (Ashley Sheridan)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
John Taylor-Johnston <[email protected]> wrote: >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"> Use a different value or name on the <input type="submit"/> button. Don't use JavaScript to trigger the form like that. Its not necessary and will bite you in the ass if ypu get a visitor who browses without JavaScript, which can include security aware users, blind users, etc Thanks, Ash http://www.ashleysheridan.co.uk