DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44443>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44443 Summary: problem with POST method in forms Product: Apache httpd-2 Version: 2.2.8 Platform: All URL: http://www.gigaup.fr/test/test.php OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: All AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] 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: <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>"; ?> thanks in advance -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
