ID:               47595
 User updated by:  stas87 at i dot ua
 Reported By:      stas87 at i dot ua
-Status:           Open
+Status:           Closed
 Bug Type:         Output Control
 Operating System: Vista
 PHP Version:      5.2.9
 New Comment:

Sorry! The problem is solved! Forgot about mod_rewrite...


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

[2009-03-08 08:12:18] stas87 at i dot ua

Description:
------------
When i try to include file it outputs only that file without the page
on which it was included

Reproduce code:
---------------
contents of file index.php
<?php
include"./file.php";
?>

Expected result:
----------------
contents of file index.php
included contents of file ./file.php

Actual result:
--------------
included contents of file ./file.php




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


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

Reply via email to