NZservers LTD sites : NZservers : Compumedia
  Home | Products | Web Hosting Solutions | Support | About us
 

Suport Topic:
Support Item: Error Checking
Brief Description: How do I force PHP to show errors?
  Click here to return

Place error_reporting(15); at the start of your file just under your php start tag.

eg

<?
error_reporting(15);
//some code here
?>