ID:               35165
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jbeduya at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows XP
 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-11-09 10:08:21] jbeduya at gmail dot com

Description:
------------
When I try to run my old script under PHP 5.0.4 to the one that I have
newly installed, it did not parse the code that I embed in html.

Reproduce code:
---------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<?php $username='username'; ?>
<input type="text" name="test" value="<?=$username?>" />
</body>
</html>

Expected result:
----------------
The textbox field should have the value of the variable.



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


-- 
Edit this bug report at http://bugs.php.net/?id=35165&edit=1

Reply via email to