![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: May 2007
Posts: 52
Rep Power: 2
![]() |
form
ok i need help with this one part on a form. once the person fills out the form how can i make it so tht when you click submit it sends all of tht to the email the person provided in the form.
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
You need to learn PHP, ASP, or some server side language to do that. I suggest picking up a book or starting off with some tutorials. Your best bet is learning PHP. Check Google for the tutorials. There are tons no doubt.
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: May 2007
Posts: 52
Rep Power: 2
![]() |
the thing is on the freewebhosting site. you can't use PHP. so i was wondering if there was somthing like tht but in HTML.
|
|
|
|
|
|
#4 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
Try awardspace.com, i think they allow you to use php and also perl in their free hosting plan.
__________________
Quote:
|
|
|
|
|
|
|
#5 |
|
Programmer
Join Date: May 2007
Posts: 52
Rep Power: 2
![]() |
|
|
|
|
|
|
#6 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
Not as far as i know, you can find information on their different hosting plans on their website.
__________________
Quote:
|
|
|
|
|
|
|
#7 |
|
Programmer
Join Date: May 2007
Posts: 52
Rep Power: 2
![]() |
thx kruptof for all of your help!!!
|
|
|
|
|
|
#8 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Check out mailto. It isn't the most secure solution, but there you have it.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#9 |
|
Programmer
Join Date: May 2007
Posts: 52
Rep Power: 2
![]() |
sry this is off-topic but which one should i use in PHP?
$_GET or $_POST |
|
|
|
|
|
#10 |
|
Expert Programmer
|
It depends, the GET method displays the data in the address bar. The POST method hides it all. If the data should be secured, use POST, else the GET method should be ok.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FFT DWTIB -> Optimization -> Choosing An Appropriate Run Time | Sane | Software Design and Algorithms | 7 | Dec 1st, 2006 10:40 AM |
| Show or hiding forms/modifying control properties ..from different a form.. | cloud- | C# | 4 | Nov 10th, 2006 10:51 AM |
| Form Submit Blues | MegaArcon | Python | 3 | Dec 14th, 2005 4:20 PM |
| .NET Timer Form closing issue | MBirchmeier | C# | 4 | Nov 21st, 2005 10:00 AM |
| entering data into excel from a form | glevine | Perl | 1 | Nov 18th, 2005 5:03 PM |