FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Why doesn't this work?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Why doesn't this work? [message #172227] Mon, 07 February 2011 04:40 Go to previous message
Xev is currently offline  Xev
Messages: 1
Registered: February 2011
Karma:
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?
[Message index]
 
Read Message
Read Message
Previous Topic: Looping through Web Service results
Next Topic: Stats comp.lang.php (last 7 days)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 10:01:29 GMT 2024

Total time taken to generate the page: 0.04040 seconds