ID: 21566 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Apache2 related Operating System: Linux Red Hat 8 PHP Version: 4.2.2 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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
