I have the form completed, I just need some help with the PHP. If anyone out there will help me it will be greatly appreciated!! this is a rough draft of the form.
<form method="post">
<input type="text title="email" />
<input type="text title="name" />
<input type="text title="subject" />...
I have the form completed, I just need some help with the PHP. If anyone out there will help me it will be greatly appreciated!! this is a rough draft of the form.
<form method="post">
<input type="text title="email" />
<input type="text title="name" />
<input type="text title="subject" />...
I have the form completed, I just need help with the PHP file because im not too familiar with it.
<form id="formData" method="post" action="" name="contact" title="Contact" onSubmit="return function (email,name,subject)">
<input id="email" type="text" size="60" name="email" maxlength="100"...