Sign In/My Account | View Cart  
advertisement

Article:
 Creating and Consuming Web Services With PHP
Subject: Pls Help
Date: 2005-12-06 17:44:42
From: hoton
Response to: Pls Help

You have to remember that "Notice:" errors don't really harm your application; it will still run, you'll just get errors on the page when you want to view it.


If it's really buggin you too much, put one of the following lines at the beginning of your script:


error_reporting(0);
-OR-
error_reporting(E_ERROR | E_WARNING | E_PARSE); //my fav


No Previous Message Previous Message Move up to Parent Message Up Next Message Next Message


Sponsored By: