hi,
when adding error_reporting(6143) after <? of this php code i get an error telling me 'unexpected T_INCLUDE' ...
<?
// include database connection
include("paneldb.inc.php");
without the error_reporting the include works fine
any idea why?
thanks
m