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

in my file:/etc/php/apache2-php5/php.ini

i have that....


; This directive describes the order in which PHP registers GET, POST,
Cookie,
; Environment and Built-in variables (G, P, C, E & S respectively,
often
; referred to as EGPCS or GPC).  Registration is done from left to
right, newer
; values override older values.
variables_order = "EGPCS"


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

[2008-02-18 10:29:42] [EMAIL PROTECTED]

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


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

[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