ID: 34489 Updated by: [EMAIL PROTECTED] Reported By: jon dot eyre at mtechsa dot co dot za -Status: Open +Status: Bogus Bug Type: Strings related Operating System: Win XP pro PHP Version: 5.0.5 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-09-13 09:42:38] jon dot eyre at mtechsa dot co dot za Description: ------------ text including spaces placed in an input text control in HTML show the whole text. text including spaces placed in an input text control in PHP does not show the whole text, only the first word up to the first space is displayed. Reproduce code: --------------- <?php print ("<input type='text' value="any text" name='anytext'">); ?> Expected result: ---------------- inside the text box: any text Actual result: -------------- inside the text box: any ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34489&edit=1