INCLUDING PHP FILES: CHARACTER PROBLEM
Posted: Mon Oct 22, 2007 8:54 am
Everah | Please use the proper bbCode tags when posting code in the forums.
Hello:
I'm trying to include some php files inside another php file, but it inserts some tab characters al the begining of the main php file (when I open its source code). Could you help me to erase this characters?
These are the files:
index.php
BBDD.php
varios.php
Thanks!!
Everah | Please use the proper bbCode tags when posting code in the forums.
Hello:
I'm trying to include some php files inside another php file, but it inserts some tab characters al the begining of the main php file (when I open its source code). Could you help me to erase this characters?
These are the files:
index.php
Code: Select all
<?php
include ("BBDD.php");
include("varios.php");
?>Code: Select all
<?php
?>Code: Select all
<?php
?>Everah | Please use the proper bbCode tags when posting code in the forums.