NZservers LTD sites : NZservers : Fastpage
 Home | Legal | Web Hosting Solutions | Web Templates | Domains | Support | FAQ| Links| About us
 

Support Category:
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
?>