php mysql login

A

Anonymous

Guest
possibly this, why is it commented?

//require_once ('config.inc');
 
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.
 
ok code tags eplanation, put [code*] code here [/code*] removing the "*"s obviously
 
Back
Top