Posted by Sean on 09/29/92 11:33
try putting error_reporting(E_ALL); at the top of your script. And if that doesnt work try: echo 'display_errors = ' . ini_get('display_errors') . "\n"; //which will tell you if errors are allowed to be displayed.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming