Help with a web form

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 31st, 2007, 01:23
New Member
Join Date: May 2007
Location: Sydney
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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??
Reply With Quote

  #2 (permalink)  
Old May 31st, 2007, 02:05
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Help with a web form

Thread moved to PHP Forum!
Reply With Quote
  #3 (permalink)  
Old Jun 3rd, 2007, 08:34
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #4 (permalink)  
Old Jun 5th, 2007, 15:19
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 106
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cullinanweb Send a message via Skype™ to cullinanweb
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
Reply With Quote
Reply

Tags
form, php, web form

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 05:31.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43