NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
FAQ: I don't see parameters posted to script, what's wrong ?
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
FAQ: I don't see parameters posted to my script, what's wrong ?

Quote:
I have a form like below
<form action="myscript.php" method="post">
<input type="hidden" name="submitted" value="true" />
<input type="submit" name="post" value="&nbsp;POST&nbsp;" />
</form>
and whenever I debug this script in phped IDE I see $submitted undefined while outside of the IDE everything works fine


It is the same problem as described here

PhpED IDE comes with php-4.3.x and register_globals is OFF by default.
See http://www.php.net/register_globals for further details on why this setting is turned OFF and should be kept OFF.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
FAQ: I don't see parameters posted to script, what's wrong ?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic