I do not know what is my error... I simply cant upload data into the database... I was able to upload my other code but not this... Can anyone help to solve this problem??
[code=php]$sql = "INSERT INTO order (orderid, customerid, outletid, userid, reservationdate ) VALUES ";
$sql .= "('','".$custom erid."','".$out letid."','".$us erid."','".$dat e."')";[/code]
[code=php]$sql = "INSERT INTO order (orderid, customerid, outletid, userid, reservationdate ) VALUES ";
$sql .= "('','".$custom erid."','".$out letid."','".$us erid."','".$dat e."')";[/code]
Comment