This is a discussion on "Help with a web form" within the PHP Forum section. This forum, and the thread "Help with a web form are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Help with a web form
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Help with a web form
Hey all,
I need abit of help with a web form I am building. 1st off I need to able to send the contents of the form to an email address. 2nd I need to be able to calculate the figures entered into the text field and produce an amount total in the total field at the bottom. Any Idea's?? |
|
|
|
|||
|
Re: Help with a web form
Well.... sending the form information in an email is easy
You use a function (in php) called mail(), you can read about it here http://www.phpfreaks.com/tutorials/130/0.php The socond part of your question is quite possibly just as simple, but, I am goingt o need you to explain it a little better before i send you off on a wild code chase **edit; the php docs discussion on mail() is way way to technical, so changed link to a really cool tutorial @ phpfreaks Last edited by Accurax; Jun 3rd, 2007 at 08:36. |
|
|||
|
Re: Help with a web form
Hi there,
after seeing this type of post so regular on this forum I have written a blog pot/tutorial on the matter, go here for more info http://www.cwebltd.co.uk/2007/06/05/...tact-form.html |
![]() |
| Tags |
| form, php, web form |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hiding / Showing form fields based on previous form input | John Alexander Hopper | PHP Forum | 1 | Mar 10th, 2008 11:30 |
| form variable within an iframe component of a form | kissfreaque | PHP Forum | 3 | Feb 29th, 2008 13:06 |
| form variable within an iframe component of a form | kissfreaque | JavaScript Forum | 5 | Feb 29th, 2008 11:57 |
| [SOLVED] PHP contact form redirect to same form | Posie | PHP Forum | 14 | Jan 29th, 2008 20:28 |
| ASP form to check weather a form value is already in the database | Andrew1986 | Classic ASP | 3 | Oct 25th, 2007 08:23 |