08-21-2017, 12:38 PM
Is there a value for ? If so, why don't you echo instead of:
Since you know there is an error somewhere...this should tell you what!
Your code looks fine. Does your database match the fields you are inputting? Are you missing a field that isn't default NULL? Or something like that?
Code:
$db->errorCode:
$db->errorCode:
if ($db->error()) { echo "Some kind of DB error!"; die();}Since you know there is an error somewhere...this should tell you what!
Your code looks fine. Does your database match the fields you are inputting? Are you missing a field that isn't default NULL? Or something like that?

