Posted by juglesh on 10/13/86 11:29
Simon Long wrote:
> Hi
>
> I'm running PHP 5.0.0.2b on W2K 5.0.0.2195 SP4 using IIS as the http
> server (yes, I know.).
>
> I've got a form in a test.php that references itself in action and
> checks to see if the submit button has been press by
>
> 'if( isset($submit))'{
> 'do something;
> }
> else{
> do something else;
> }
>
> I've check this and $submit is never set.
maybe you need to name your button:
<input name="submit" type="submit" value="click here" >
Navigation:
[Reply to this message]
|