With this script (made with PHP and Ajax) you can add in your web site a simple contact form. The visitors of your website will can contact you and send you messages directly from your page.
- It can be included in .php and .html files, or in template, with a simple HTML code (the server must run PHP).
- The form is HTML valid and has an anti-spam verification code.
- The form data is not resend if the page is refreshed.
- You can set the script to send the messages with the mail application from the server, or via GMail (in this case you must have a GMail account). For GMail the script usese the PHPMailer class.
- Download the Archive with the Contact Form script from the Download link above, and follow the instructions from the readme.html file.
- If you have any questions or opinions about this script, please write on the Forum.
<form action="script.php" method="post"> ... </form>
#id { width: 100px; word-wrap: break-word; }
var tutorials = ["php", "html", "css", "flash"]; tutorials.sort(); alert(tutorials[0]); // css
$code =[10=>"Perl", 20=>"PHP", 21=>"Python", 30=>"JavaScript"); $last = end($code); echo $last; // JavaScript