Midtown Hotel

36381 Trantow Hill,

New Port, FL 57941

(123) 456-7891

accombooking@midtownhotel.com

Bill to:

Name: $data[user_name] $data[user_lastname]

Adress: $data[address]

Phone: $data[phone]

Order ID: $data[order_id]

Invoice date: $checkin

Details Check in Check out Price
$data[room_name] $checkin $checkout $$data[price]/night

Total: $$total_pay

Sale Tax(5%): $$tax

Total Amount: $$total_amount

"; echo $table_data; } else{ header('location: index.php'); } ?>