Edit report at http://bugs.php.net/bug.php?id=54899&edit=1
ID: 54899 Updated by: fel...@php.net Reported by: KAPRISHi1 at yahoo dot com Summary: NO PHP CONTENT DISPLAY -Status: Open +Status: Bogus Type: Bug Package: Scripting Engine problem Operating System: WINDOWS PHP Version: 5.3.6 Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Seems your Apache doesn't loaded the PHP module... Not a PHP issue. Previous Comments: ------------------------------------------------------------------------ [2011-05-21 17:34:16] KAPRISHi1 at yahoo dot com 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 this bug report at http://bugs.php.net/bug.php?id=54899&edit=1