Hi people.
The problem is pretty simple.
If I include a file
<?
include 'libs.php';
?>
and this file contains an error (a missing ;),
my php installation does not tell me anything.
I simply receive no output.
Any help is highly appeciated.
Gius.
The problem is pretty simple.
If I include a file
<?
include 'libs.php';
?>
and this file contains an error (a missing ;),
my php installation does not tell me anything.
I simply receive no output.
Any help is highly appeciated.
Gius.
Comment