Possible Duplicate:
How to get useful error messages in PHP?
I am working on the PHP of a site and every time I put any PHP into the code, the whole page is white and refuses to compile.
Now I did the most basic thing I could imagine,on this page: http://www.trulyscience.com/test/PDO.php
<?php
phpinfo();
?>
I am thinking that it has to be a server side problem, (never ran php on this domain before) but my host just told me that I must have a code error.
So my question, is there any way to see whats going on? (phpinfo is not an option sadly)