ID:               44146
 Updated by:       [EMAIL PROTECTED]
 Reported By:      rebel29270 at wanadoo dot fr
-Status:           Open
+Status:           Feedback
 Bug Type:         *General Issues
 Operating System: Gentoo linux
 PHP Version:      5.2.5
 New Comment:

Make sure "P" is in the variables_order php.ini setting (and make sure
you are editing the correct ini file).



Previous Comments:
------------------------------------------------------------------------

[2008-02-18 10:23:42] rebel29270 at wanadoo dot fr

Description:
------------
I have updated my apache server from 2.2.6 to 2.2.8 and since the POST
forms
dont send any informations:

example: http://www.gigaup.fr/test/test.php
source code: view down


thanks in advance

Reproduce code:
---------------
<form action="" method="POST">
        form en post<input name="input" type="texte" value="" size="22" 
/><input
name="envoyer" type="submit" value="ok" />
</form>
<br />
<form action="" method="GET">
        form en get<input name="input" type="texte" value="" size="22" 
/><input
name="envoyer" type="submit" value="ok" />
</form>
<br />
<?
echo "<pre>";
print_R($GLOBALS);
echo "</pre>";
?>

Expected result:
----------------
i exepected seeing teh typed vars

Actual result:
--------------
no results :)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=44146&edit=1

Reply via email to