After hours of looking on the internet and posting in forums and trying 10 different codes for php script, i start looking in my website providers' help database, and in there (and only in there) do they say that they do not support php form action scripts!?!?! Grr!
Can sombody help me get an easy asp form script? Below is the form and the fields:
<input name="name" type="text" id="name" value="name..">
</p>
<p>
<input name="email" type="text" id="email" value="email address..">
</p>
<p>
<textarea name="question" cols="50" rows="4">question..</textarea>
</p>
<p align="center">
<input type="submit" name="Submit" value="Submit">
Thanks guys!!
Max