From: [EMAIL PROTECTED] Operating system: Linux Red Hat 8 PHP version: 4.2.2 PHP Bug Type: Unknown/Other Function Bug description: problem with $_POST
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 bug report at http://bugs.php.net/?id=21566&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21566&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21566&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21566&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21566&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21566&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21566&r=support Expected behavior: http://bugs.php.net/fix.php?id=21566&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21566&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21566&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21566&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21566&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21566&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21566&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21566&r=gnused
