why there is the enctype="multipart/form-data" attribute in the form? usually, we don't specify enctype for POST method. you may try to remove that as it is intended for file upload..

Code:
<form name="order_guide" action="sendorder.php" method="post">
<input name="subtotal" type="hidden" id="subtotal" value="">