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.
<table><tr> <th>Title 1</th> <th>Title 2</th> </tr></table>
.some_class { line-height: 150%; }
document.getElementById("id_button").onclick = function(){ window.open("http://coursesweb.net/"); }
$ar_dir = scandir("dir_name"); var_export($ar_dir);