############################################################# // set your own preferences here ############################################################# // Your email address $youremail = 'Luc@Dzinelabs.com'; // Your web site title (John Doe's Site) $websitetitle = 'Dzinelabs.com'; // Path to "thanks for the message" page $thankyoupage = 'http://www.dzinelabs.com/Pages/contact_success.htm'; // Send notification to sender (use false if not required) $sendnotification = true; ############################################################# // Do not edit below this ############################################################# $contact_form_action = $_SERVER['PHP_SELF']; if ((isset($_POST["sendcontact"])) && ($_POST["sendcontact"] == "contactsent")) { $contacter_form_error = array(); if (empty($_POST['contact_name'])){ $contacter_form_error[] = 'please insert your name'; } if (empty($_POST['contact_email'])){ $contacter_form_error[] = 'please insert your email address'; } if (empty($_POST['contact_comment'])){ $contacter_form_error[] = 'please insert your comment'; } else { $contact_name = stripslashes($_POST['contact_name']); $contact_email = stripslashes($_POST['contact_email']); $contact_comment = $contact_name." said:\n \"".stripslashes($_POST['contact_comment'])."\"\n"; $subjectline = "$websitetitle | $subject | A Message From $contact_name"; if(!empty($_POST['contact_phone'])) { $contact_comment .= '(Phone number is: '.stripslashes($_POST['contact_phone']).')'; } mail($youremail, $subjectline, $contact_comment, "From: $contact_email"); if($sendnotification == true) { $notification_message = "Thank you for contacting $websitetitle, $contact_name. We have received your email and will be in touch shortly."; $notification_subject = "Thanks for your message to $websitetitle."; mail($contact_email, $notification_subject, $notification_message, "From: $youremail"); } header("Location:$thankyoupage"); } } ?>
Press access key 6 for more information about navigating this site.Skip navigation and move to main content.|
Please use this form to contact me about anything. In generally I do not support the free downloads on this site, but if I have some free time I will answer your questions as best as I can :-)
We sometimes forget the fact that we all learned what we now know from someone that knew more than ourselves. We took the information and most of the time it was of advantage to us. But we can always learn more so any suggestions, critiques etc.. are most welcome.
In the subject field you can choose from various subjects. To make things a bit clear, i'll explain what they mean.
Something is amiss:
'."\n"; print 'Some more scribbles for you to look at.
Links to other parts of the site.
People who have been good enough to me that I would call them friends.
Unless otherwise expressly stated, all original material of whatever nature created by Dzinelabs and included in this site and any related pages, including the weblog's archives, is licensed under The Creative Commons License.