Problem with include file
Posted: Thu May 01, 2003 4:33 am
Hi everybody. I have a problem with include file. Please help me.
I have a file file logo.phtml with content :
------------------------------
<table border='1'>
<tr>
<td>
Content here
</td>
</tr>
</table>
------------------------------
And I have index.php file :
-------------------------------
<?
include('logo.phtml');
........................
...........................
?>
--------------------------------
When I include logo.phtml into index.php, file index.php will have a blank line at the first. And everytime and everywhere when I include file, the blank line also appear> I don't know fix it. Help me.
Thank you
I have a file file logo.phtml with content :
------------------------------
<table border='1'>
<tr>
<td>
Content here
</td>
</tr>
</table>
------------------------------
And I have index.php file :
-------------------------------
<?
include('logo.phtml');
........................
...........................
?>
--------------------------------
When I include logo.phtml into index.php, file index.php will have a blank line at the first. And everytime and everywhere when I include file, the blank line also appear> I don't know fix it. Help me.
Thank you