ID:               21566
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
-Bug Type:         Unknown/Other Function
+Bug Type:         Apache2 related
 Operating System: Linux Red Hat 8
 PHP Version:      4.2.2
 New Comment:

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.


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

[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

Reply via email to