http://www.html-form-guide.com/email-fo ... -form.html
http://www.html-form-guide.com/contact- ... hment.html
Enjoy

Thanks AhmedBR for these useful links. I am also looking to incorporate a simple and efffective php email form so this will come very handy to me.AhmedBR wrote:I was looking for a PHP email form and came across these, nice, Free and Full Code included, very easy to use with Appgini:
http://www.html-form-guide.com/email-fo ... -form.html
http://www.html-form-guide.com/contact- ... hment.html
Enjoy
Code: Select all
<?php
//$currDir = dirname(__FILE__);
include("../defaultLang.php");
include("../language.php");
include("../lib.php");
include_once("../header.php");
?>
<html>
<head>
<meta charset="UTF-8" />
<title>Rental Reminder Form</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>