php 正则表达式(实例)





GoodHome在线订房表


顾客姓名:
顾客性别:
到达时间:
电话:
email:
其他需求:

 




    
    


您的订房情况:

=15){ echo "请填写有效的电话号码"; exit; } if ($gender == "m"){ $customer = "先生"; }else{ $customer = "女士"; } echo '您的订房信息已经上传,我们正在为您准备房间。

'; echo "确认您的订房信息如下:
"; echo " ".$customername."".$customer."将会在".$arrivaltime."天后到达。
"; echo " 您的电话号为:".$phone."
"; echo " 我们将会发送一封电子邮件到您的email邮箱:".$email."

"; echo "另外,我们已经确定了您的其他要求如下:
"; echo " ".nl2br($info); echo "

您的订房时间为:".date('Y m d H:i:s')."

"; ?>

你可能感兴趣的:(php 正则表达式(实例))