phpbar.de logo

Mailinglisten-Archive

[php] =?ISO-8859-1?Q?Re:_[php]_Variablen=FCbergabe_in_PHP?=

[php] Re: [php] Variablenübergabe in PHP

Andreas Kempf php_(at)_phpcenter.de
Mon, 17 Jun 2002 11:32:39 +0200


On Mon, 17 Jun 2002 10:53:58 +0200, Tobias Pusch <tobias_(at)_exklusiv.de>
wrote:

>nach dem Update auf die Version 4.2.1 gibts Probleme bei der
>Variablenübergabe, hat sich da irgendwas geändert? Wenn ja, wie mach ich das
>jetzt

if(phpversion() >= "4.2.0")
{
	if (!empty($_POST)) extract($_POST);
   elseif (!empty($HTTP_POST_VARS)) extract($HTTP_POST_VARS);

	if (!empty($_GET)) extract($_GET);
   elseif (!empty($HTTP_GET_VARS)) extract($HTTP_GET_VARS);

	if (!empty($_COOKIE)) extract($_COOKIE);
   elseif (!empty($HTTP_COOKIE_VARS)) extract($HTTP_COOKIE_VARS);
}

ciao, Andreas
--
[amalesh] * andreas kempf * müggenkampstr 7a * 20257 hamburg
http://www.amalesh.de * info_(at)_amalesh.de * tel: 040-401744412


php::bar PHP Wiki   -   Listenarchive