|
Thankyou for your request. If there is a need for a meeting before work begins, you will be contacted within 24 hours. Once a job has been on hold for 60 days, it will be closed. After that time, a new request will need to be submitted to reinstate the project request.
-------------------------------------------------------------
Use Back - Enter valid e-mail\n"; $badinput = " Feedback was NOT submitted\n"; echo $badinput; } if (eregi('http:', $notes)) { die ("Do NOT try that! ! "); } if(empty($visitor) || empty($visitormail) || empty($notes )) { echo "Use Back - fill in all fields\n"; } $todayis = date("l, F j, Y, g:i a") ; $dept = $dept ; $subject = 'Web Design Request'; $notes = stripcslashes($notes); $message = " Project Name: $visitor - $todayis [EST] \n Due Date: $due_date \n Contact : $contact - Extention: $ext \n Department: $dept \n Site: $site1 \n Site: $site2 \n Site: $site3 \n Support: $support \n Project Description: $notes \n "; $from = "From: $visitormail\r\n"; mail("cnzuriwatu@arthritis.org", $subject, $message, $from); ?>
Name:
|


