ID: 21566 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Bogus Bug Type: Apache2 related Operating System: Linux Red Hat 8 PHP Version: 4.2.2 New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the existing bug instead. Thank you for your interest in PHP. Duplication of bug #18648 Marking as bogus... Previous Comments: ------------------------------------------------------------------------ [2003-01-11 02:25:21] [EMAIL PROTECTED] I have a version of the CVS (11/01 02:30). No changes, it doesn't work fine. With PHP 4.3.0, same problem. ------------------------------------------------------------------------ [2003-01-10 08:44:20] [EMAIL PROTECTED] This is probably caused by a bug in older versions of PHP in combination with Apache 2. Please upgrade to the latest version of PHP and Apache 2. ------------------------------------------------------------------------ [2003-01-10 06:11:35] [EMAIL PROTECTED] I submit data using form ... <form action='page2.php' method='post'> <input type='text' name='myname'> <input type='submit'> </form> ..in page2.php I have <? echo "My name is ".$_POST['myname']."<br>"; ?> .. I submit myname as 'Jack' .. I get this.. My name is Jackmyname=Jack My PHP came and installed with Linux Red Hat 8. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21566&edit=1
