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

Home » Imported messages » comp.lang.php » Gettting values from URL in PHP 5.4
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Gettting values from URL in PHP 5.4 [message #179910 is a reply to message #179908] Tue, 18 December 2012 19:12 Go to previous messageGo to previous message
Christoph Becker is currently offline  Christoph Becker
Messages: 91
Registered: June 2012
Karma:
Member
Tim Rude wrote:
> With PHP 4, it works perfectly.

The working of the code is actually not directly related to the PHP
version, but to the PHP ini setting "register_globals"
(<http://php.net/manual/en/security.globals.php>). This setting has
been finally removed from PHP 5.4.

How to fix your existing code has already been explained by Salvatore.
I would prefer using $_GET, $_POST or $_COOKIE instead of $_REQUEST.

--
Christoph M. Becker
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Dynamic redirect - losing variable
Next Topic: HP syntax error, unexpected T_variable
Goto Forum:
  

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

Current Time: Sat Nov 09 08:43:26 GMT 2024

Total time taken to generate the page: 0.07632 seconds