Please help out with a form to email prob
Posted: Tue Dec 09, 2003 5:01 am
I have a form
<form>
<input type="text" name="txtName">
<input type="text" name="txtTwo">
<input type="submit" name="submit" value="submit">
</form>
And i want to set the input fields to php values and then send and email
using the
send() function ... could some one please help me out
Thank you so much
<form>
<input type="text" name="txtName">
<input type="text" name="txtTwo">
<input type="submit" name="submit" value="submit">
</form>
And i want to set the input fields to php values and then send and email
using the
send() function ... could some one please help me out
Thank you so much