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
Please help out with a form to email prob
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
You want to get the information from the form and process it using PHP? The best place to start would be with a tutorial - check out http://www.devshed.com and they should have something you can adapt.
This forum is intended to help people with code they have already written rather than to write code for them.
Mac
This forum is intended to help people with code they have already written rather than to write code for them.
Mac