ID:               49895
 Updated by:       sjo...@php.net
 Reported By:      quentria at yahoo dot com dot tw
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Windows
 PHP Version:      5.2.11
 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:
------------------------------------------------------------------------

[2009-10-16 04:31:02] quentria at yahoo dot com dot tw

Sorry I made a mistake when filling in the textboxes.

It should be as follow


Expected result:
----------------
Hello, world

OR

Hello,world

Actual result:
--------------
<BLANK SCREEN>

OR

Hello, world

"; ?>

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

[2009-10-16 04:27:33] quentria at yahoo dot com dot tw

Description:
------------
Help! I was doing my coding as usual and everything was working fine. I
left my PC for a short while and after I came back to continue with my
work, errors just keep one showing. I then tried to run the previous
codes that I've already done and was working fine before I left my PC,
all of them do not work anymore! The only PHP page that runs properly is
my PHP Info page. I even tried to uninstall and reinstall my PHP, but
the problems still remains.

Reproduce code:
---------------
<?php
echo "Hello, world";
?> 


OR


<?php
echo "<p>Hello, world</p>";
?> 

Expected result:
----------------
<BLANK SCREEN>


OR



Hello,world

Actual result:
--------------
Hello, world


OR


Hello, world

"; ?> 


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


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

Reply via email to