0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
royalsunusa_dot_com
/
[
Home
]
File: cprint.php
<?php $mr = $_POST['Mr']; $business = $_POST['Business']; $model = $_POST['Model']; $need = $_POST['Need']; $howmany = $_POST['Howmany']; $comments = $_POST['Comments']; $fname = $_POST['Fname']; $address = $_POST['Address']; $city = $_POST['City']; $country = $_POST['Country']; $state = $_POST['State']; $zip = $_POST['Zip']; $phone = $_POST['Phone']; $email = $_POST['Email']; $sendTo = "andy@royalsunusa.com"; $subject = "Contact Us"; $body = "Salutation : $mr\n First and Last Name : $fname\n Street Address : $address\n City : $city\n Country : $country\n State : $state\n Zip : $zip\n Phone : $phone\n Email : $email\n Which model are you looking for : $business\n How many tanning beds required = $howmany\n When do you need your Tanning Beds : $need\n Comments : $comments\n"; mail($sendTo, $subject, $body); ?>