Looking at a glance, it feels like in this statement
$sql = "INSERT INTO t_user(u_id, firstName, lastName, busName, eAddress, contactNo, uname, passw)
VALUES ('', $firstN, $lastN, $busName, $e_mail, $contactNo, $uname, $passw)";
u should have given ' at start and end of those database fields...