Functions Php

$mail_body=<<<_TXT_
Your order is:
_TXT_;
mail('h@example.com','Your Order',$mail_body);
?>