From: Operating system: WINDOWS PHP version: 5.3.6 Package: Scripting Engine problem Bug Type: Bug Bug description:NO PHP CONTENT DISPLAY
Description: ------------ Hi , I have simple html script that calls php script , when i run HTML, there is no output from php code, it simple paste the comeplte code. i verified, my php scripts all working properly. wel_input.html <html> <body> <form action="welcome.php" method="post"> Name: <input type="text" name="fname" /> <input type="submit" /> </form> </body> </html> Test script: --------------- welcome.php <html> <body> Welcome <?php echo $_POST["fname"]; ?>!<br /> </body> </html> WHY is php not echoing the output sent from html? Expected result: ---------------- expectation is the outpu name type in html form Actual result: -------------- the php code, is coming into browser, instead of outputting the value. -- Edit bug report at http://bugs.php.net/bug.php?id=54899&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=54899&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=54899&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=54899&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=54899&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=54899&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=54899&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=54899&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=54899&r=needscript Try newer version: http://bugs.php.net/fix.php?id=54899&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=54899&r=support Expected behavior: http://bugs.php.net/fix.php?id=54899&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=54899&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=54899&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=54899&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=54899&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=54899&r=dst IIS Stability: http://bugs.php.net/fix.php?id=54899&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=54899&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=54899&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=54899&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=54899&r=mysqlcfg