Share

phpApacheIndex

Tracker: Bugs

5 Breaks in PHP 4.2.3 - ID: 654914
Last Update: Comment added ( dwdadmin )

It doesn't work in PHP version 4.2.3.


Roger Wong ( lunarboy ) - 2002-12-16 23:30

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 3 )




Date: 2002-12-30 09:46
Sender: dwdadminProject Admin

Logged In: YES
user_id=573847

Add the following lines to your code (at the top lines of the
file):

<?
foreach ($_POST as $key => $value) { $$key = $value; }
foreach ($_GET as $key => $value) { $$key = $value; }
?>


Date: 2002-12-30 09:46
Sender: dwdadminProject Admin

Logged In: YES
user_id=573847

Add the following lines to your code (at the top lines of the
file):

<?
foreach ($_POST as $key => $value) { $$key = $value; }
foreach ($_GET as $key => $value) { $$key = $value; }
?>


Date: 2002-12-30 09:44
Sender: nobody

Logged In: NO

Add the following lines to the top of your file:
<?
foreach ($_POST as $key => $value) { $$key = $value; }
foreach ($_GET as $key => $value) { $$key = $value; }
?>
That should do the trick.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Closed 2002-12-30 09:46 dwdadmin
status_id Open 2002-12-30 09:46 dwdadmin
close_date - 2002-12-30 09:46 dwdadmin