05-02-2009, 07:29 AM
|
#18 (permalink)
|
|
The Acquainted
Join Date: May 2009
Posts: 178
Thanks: 9
|
Help for a Beginner.
Hi,
1st post on the site. I'm a PHP beginner well i've written a number of websites but never used OO before so was starting out and thought this login class looked pretty good. In any case I'm running PHP5, Apache2 and mySQL on Windows (my laptop) and when i try and run this seems the exception is caught and thrown out and all I ever get from the index page is:
getMessage(); } /* Include the HTML for the form */ require_once('./lib/form.php'); ?>
...as the error message. I'm hopelessly new to classes however i fully understand what the class is doing but how to debug it well i;m lost on that. I've done all the mysql set uyp work required. I know this is an old thread but any guidance even general would be much appreciated. 
|
|
|
|