When I have an error in my code nothing gets written to the screen.

If I have

<?

echo "Hello world";

?>

It will works normal.
but if I have

<?

echo "Hello world";

?>

Nothing gets written to the browser. Not even the error message.

When I run php on the command line I get error messages just not when running through 
a browser.
Where should I start looking for the problem?

Thanks

Kris

Reply via email to