From: "Web Admin" <[EMAIL PROTECTED]>

> Hi Kaab,
> There must be another problem, it should work. Maybe it helps if
> you send your code here. To see how a simple script works, try
> this tiny script named test.php:
> 
> <form action=test.php>
> <input type=submit name=more>
> </form>
> <?php
>  if ($more) {print "<p>Submit is pressed</p>"; };
> ?>
> 
> If you first load the php page, you don't see anything rather than a 
> submit button. If you press submit, you will see a message.
>
> Ahmad Anvari



I think you need a value for the submit button:

<input type="submit" name="more" value="Click for more">



Cheers

Simon Garner


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to