ID: 42431 Updated by: [EMAIL PROTECTED] Reported By: hiep8024 at gmail dot com -Status: Open +Status: Bogus Bug Type: CGI related Operating System: Win XP pro PHP Version: 5.2.3 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. Previous Comments: ------------------------------------------------------------------------ [2007-08-26 07:45:39] hiep8024 at gmail dot com Description: ------------ I'm just install PHP 5.2.3 for window and I used Win Xp pro SP2 with IIS 6.0. I'm wrote:"<html><?php echo "hello world"; and another line that is echo phpinfo(); ?></html>" At the first time it run ok but the next time it reported like this:"CGI error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: " Please help me! I couldn't figure out that mistake!! Thank you for anyone read my note! Reproduce code: --------------- <html> <head> <title>Trang viet bang php</title> </head> <body> <?php $Greeting = "Xin chao moi nguoi toi la PHP"; echo $strGreeting ?> <h2>hello world!</h2> </body> </html> Expected result: ---------------- appear in the webrowse IE the line: Xin chao moi nguoi toi la PHP Actual result: -------------- CGI error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42431&edit=1