";
pt_register('POST','DateofService');
pt_register('POST','TypeofService');
pt_register('POST','OtherService');
pt_register('POST','ContactName');
pt_register('POST','DayPhone');
pt_register('POST','EveningPhone');
pt_register('POST','Email');
pt_register('POST','Event');
pt_register('POST','PickupTime');
pt_register('POST','PickupLocation');
pt_register('POST','Champagne');
pt_register('POST','SoftDrinks');
pt_register('POST','Other');
pt_register('POST','Details');
if($DateofService=="" || $TypeofService=="" || $ContactName=="" || $DayPhone=="" || $Email=="" || $Event=="" || $PickupTime=="" || $PickupLocation=="" || $Champagne=="" || $SoftDrinks=="" ){
$errors=1;
$error.="
You did not enter one or more of the required fields. Please go back and try again.";
}
if(!eregi("^[a-z0-9]+([_\\.-][a-z0-9]+)*" ."@"."([a-z0-9]+([\.-][a-z0-9]+)*)+"."\\.[a-z]{2,}"."$",$Email)){
$error.="Invalid email address entered";
$errors=1;
}
if($errors==1) echo $error;
else{
$where_form_is="http".($HTTP_SERVER_VARS["HTTPS"]=="on"?"s":"")."://".$SERVER_NAME.strrev(strstr(strrev($PHP_SELF),"/"));
$message="Date of Service: ".$DateofService."
Type of Service: ".$TypeofService."
Other Service: ".$OtherService."
Contact Name: ".$ContactName."
Day Phone: ".$DayPhone."
Evening Phone: ".$EveningPhone."
Email: ".$Email."
Event: ".$Event."
Pickup Time: ".$PickupTime."
Pickup Location: ".$PickupLocation."
Champagne: ".$Champagne."
Soft Drinks: ".$SoftDrinks."
Other: ".$Other."
Details: ".$Details."
";
$message = stripslashes($message);
mail("info@allstarlimo.net","Form Submitted at your website",$message,"From: phpFormGenerator");
$make=fopen("admin/data.dat","a");
$to_put="";
$to_put .= $DateofService."|".$TypeofService."|".$OtherService."|".$ContactName."|".$DayPhone."|".$EveningPhone."|".$Email."|".$Event."|".$PickupTime."|".$PickupLocation."|".$Champagne."|".$SoftDrinks."|".$Other."|".$Details."
";
fwrite($make,$to_put);
?>
Gift Certificates Now Available!
Purchase one of our gift certificates and give a
wedding gift or night out in our limo to your friend or family
member!
Wonderful idea for engagement parties, birthdays,
anniversaries, and more....
| Gift Certificate Type |
Click Button to Purchase Now |
| $50 Gift Certificate |
|
| $100 Gift Certificate |
|
| $150 Gift Certificate |
|
| $200 Gift Certificate |
|
*Gift Certificates will be shipped within a week of
purchase.