I am trying to submit a order form into a database, it's supposed to work in theory but for some reason isn't showing up in the table on the database.
$result = "insert into orders(lastname, id, email, roomnumber, typeorder)
values('".$lastname ."','".$ID ."','".$Email ."','".$RoomNumber ."','".$typeorder ."','" . "0');";