Also, it's good to read the press releases:
http://www.php.net/release_4_2_1.php
External variables
We would also like to attend you on a big change in PHP
4.2.0 concerning variable handling. External variables
(from the environment, the HTTP request, cookies or the
web server) are no longer registered in the global scope
by default. The preferred method of accessing these
external variables is by using the new Superglobal
arrays, introduced in PHP 4.1.0.
http://www.php.net/release_4_1_0.php
On Wed, May 22, 2002 at 11:52:02AM +0200, Michael Virnstein wrote:
:
: you can use
:
: $_POST['name1'] if you're using post vars
: $_GET['name1'] if you're using get vars
:
: "Roman Duriancik" <[EMAIL PROTECTED]> schrieb:
: >
: > When are set in php.ini (php version 4.2.1 on linux) register_globals = Off
: > how I read variables from html files with forms in other php file ?
--
Eugene Lee
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php