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.
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
#id { display: none; }
for(var i = 0; i< 8; i++) { if(i > 1) break; alert(i); }
define("CONSTANT_NAME", "value"); echo CONSTANT_NAME;