Hey, I am looking for a "contact us" script for a website. Somthing tha allows the visitor to contact me without having to go through their email service, just being able to fill in their informaiton right on the website, and ask their question there. Not really looking for one I have to join a service for, or display ads for. Thanks, please PM me with details.
$message="THE FOLLOWING MESSAGE WAS SENT FROM $email by ".$name.":<br/><br/>".$message; $header='MIME-Version: 1.0' . "\r\n"; $header.='Content-type: text/html; charset=iso-8859-1' . "\r\n"; $header.="From: $email"; mail("you@yoursite.com", $subject, $message, $header); Code (markup): So you would need to collect the $email address from the message submitter, along with a $subject line and the $message. Using this code, you can format the message using html.
You can use the above provided code. If you need help creating the acompaning html file, (or want to put everything in a php file) let me know I'll help you out
I have collected two contact scripts. One is ajax based and second is with anti spam feature. click here to download and PM me if you have any problem
I have 2 versions coded in php - both are secure with over 2K copies installed take a look here for details
refer www.phpclasses.org i get lot of good free stuff from here like PDF generation email with attachment and contact us module ..
try hotscripts.com or any other scripts resource. they'll have everything and anything! ... depends what you are REALLY REALLY looking for.