|
in the php, add the following lines:
error_reporting(E_ALL);
ini_set('display_errors', 'on');
This will dispaly the error message to you, andwillhelp with debugging.
(Take those off when the site goes live.)
__________________
Rob
----------------------------
For your information, there's a lot more to ogres than people think.
|