logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Steven
    • Posted on Fri 12 Mar 2010

    if your form is like so

    <input type="submit" name="something" />

    and do a php like

    if(!$_POST['something') {

    //do something

    } else {

    //do something

    }

    and the submiot is disable,

    php will think as is the submit button has no value,

    and thinks that one dose even exist,

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: