possibly this, why is it commented? //require_once ('config.inc');
gesf New member Jul 18, 2005 #3 Put this line as first in your code so you can be sure about there's no errors: Code: <?php error_reporting(E_ALL); ?> Please use code tags next time you submit code.
Put this line as first in your code so you can be sure about there's no errors: Code: <?php error_reporting(E_ALL); ?> Please use code tags next time you submit code.
A Anonymous Guest Jul 18, 2005 #5 ok code tags eplanation, put [code*] code here [/code*] removing the "*"s obviously