ID:               34489
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jon dot eyre at mtechsa dot co dot za
 Status:           Bogus
 Bug Type:         Strings related
 Operating System: Win XP pro
 PHP Version:      5.0.5
 New Comment:

The support forum works just fine -- but I don't believe you've tried
it, as I can't recall seeing this question posted to it.  Try asking on
php-general@lists.php.net, where some of the people posting here also
hang out.

And, by the way, the code you posted cannot possibly even produce HTML,
as it contains parse errors.  When you post to php-general, it would be
a good idea to cut-and-paste your actual code.


Previous Comments:
------------------------------------------------------------------------

[2005-09-13 09:48:04] [EMAIL PROTECTED]

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.



------------------------------------------------------------------------

[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

Reply via email to