Re: Self calling form not working.
- From: "Rik" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Mon, 17 Jul 2006 22:31:42 +0200
carlton wrote:
I have tried to run this simple self calling script, but each time it
calls its self I always get the "Value of guess not set." message.
Any ideas on the problem?
if (!isset($guess))
<FORM ACTION="selfcall.php" METHOD="POST">
Type our guess here:<INPUT TYPE="TEXT" NAME="guess">
</FORM>
You probably have either an old book or at least an old example (we hope
so):
http://nl3.php.net/manual/en/security.globals.php
The value should be accessed like $_POST['guess']
Grtz,
--
Rik Wasmus
.
- Follow-Ups:
- Re: Self calling form not working.
- From: carlton
- Re: Self calling form not working.
- References:
- Self calling form not working.
- From: carlton
- Self calling form not working.
- Prev by Date: Re: correct entry for php_self
- Next by Date: Re: Self calling form not working.
- Previous by thread: Self calling form not working.
- Next by thread: Re: Self calling form not working.
- Index(es):