Home »
Imported messages »
comp.lang.php »
Why doesn't this work?
Why doesn't this work? [message #172227] |
Mon, 07 February 2011 04:40 |
Xev
Messages: 1 Registered: February 2011
Karma: 0
|
Junior Member |
|
|
Why doesn't this work?
<?php
if ($_POST['textbox1'] != "")
$_ENV['mytestzeststring'] = $_POST['textbox1'];
print $_ENV['mytestzeststring'];
?>
<form name="registerform" id="registerform" action="<?php echo
site_url('wp-login.php?action=register', 'login_post') ?>"
method="post">
<input type="text" name="testbox1"/>
<input type="submit" value="Click me!"/>
</form>
Wouldn't this present on the page before the form declaration whatever
the user types in the test box?
|
|
|
Re: Why doesn't this work? [message #172229 is a reply to message #172227] |
Mon, 07 February 2011 07:44 |
David Quinton
Messages: 2 Registered: February 2011
Karma: 0
|
Junior Member |
|
|
On Sun, 6 Feb 2011 20:40:36 -0800 (PST), Xev
<xev(dot)angelic(dot)athono(at)gmail(dot)com> wrote:
> Why doesn't this work?
> [/color]
[color=blue]> <?php[/color]
[color=blue]> if ($_POST['textbox1'] != "")[/color]
[color=blue]> $_ENV['mytestzeststring'] = $_POST['textbox1'];[/color]
[color=blue]> print $_ENV['mytestzeststring'];[/color]
[color=blue]> ?>[/color]
[color=blue]> [/color]
[color=blue]> <form name="registerform" id="registerform" action="<?php echo[/color]
[color=blue]> site_url('wp-login.php?action=register', 'login_post') ?>"[/color]
[color=blue]> method="post">[/color]
[color=blue]> <input type="text" name="testbox1"/>[/color]
[color=blue]> <input type="submit" value="Click me!"/>[/color]
[color=blue]> [/color]
[color=blue]> </form>[/color]
[color=blue]> [/color]
> Wouldn't this present on the page before the form declaration whatever
> the user types in the test box?
Your form field is called:
testbox1.
Your code is looking for:
texbox1.
(assuming that it is posting to itself)
--
Free personal divertable Phone number: <http://www.bizorg.co.uk/personalnos.htm>
|
|
|
Goto Forum:
Current Time: Fri Nov 22 15:04:45 GMT 2024
Total time taken to generate the page: 0.02554 seconds