
Matthew Johnston - 2008-09-08 04:36:32 -
In reply to message 3 from gary kozlowski
in the php file from where you are initializing the class
i.e "require_once 'Weather_Class.php'" above that put,
ini_set("display_errors","2");
ERROR_REPORTING(E_ALL);
that should display the errors if there are any, also, you must be running php 5+ for this script to work, i'm working on a PHP 4 version if that is what your running.