|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-13 09:48 UTC] sniper@php.net
[2005-09-14 12:32 UTC] mgf@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Feb 04 21:00:01 2026 UTC |
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