ID: 34125 Updated by: [EMAIL PROTECTED] Reported By: crazyphonic at gmail dot com -Status: Open +Status: Bogus Bug Type: Output Control Operating System: Windows xp PHP Version: 5.0.4 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: ------------------------------------------------------------------------ [2005-08-13 22:03:05] crazyphonic at gmail dot com Description: ------------ I try to show the string output with "<" operator but it's not work <?php $xxx = "<script language=\"JavaScript\" "; echo $xxx; ?> Reproduce code: --------------- <?php $xxx = "<script language=\"JavaScript\" "; echo $xxx; ?> Expected result: ---------------- it should be show : <script language="JavaScript" Actual result: -------------- (not show anything) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34125&edit=1