What if I have 2 included files.


First the index.php file inclused a file (that uses some php) then after that the index file it self uses some php. Then the index file includes an other file that uses PHP.



Is it then enough to open the database in the first included php file? Or should I open it up before the first included php file in the index file?



ØØ