ID:               25613
 Updated by:       [EMAIL PROTECTED]
 Reported By:      joe at kybert dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Output Control
 Operating System: XP
 PHP Version:      4.3.2
 New Comment:

Try removing the $ in front of echo.. (it's not variable..)



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

[2003-09-20 03:44:56] joe at kybert dot com

Description:
------------
Try this:

in a web page, include a file using this

<?php

// or what ever addy you feel fit (the included page can be empty)

$open = "/pages/extras.inc.php";      
require_once($open);

$echo "hello world!";

?>


i never get to see the "hello world" message.... works fine in
PHP4.3.0, not in 4.3.2 

joe
#


Expected result:
----------------
hello world! should be displayed

Actual result:
--------------
blank page


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


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

Reply via email to