Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   HTML / XHTML / CSS (http://www.programmingforums.org/forum27.html)
-   -   form (http://www.programmingforums.org/showthread.php?t=13376)

kishou Jun 18th, 2007 3:22 PM

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.

Booooze Jun 18th, 2007 5:02 PM

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.

kishou Jun 18th, 2007 5:16 PM

Quote:

Originally Posted by Booooze (Post 129316)
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.

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.

kruptof Jun 18th, 2007 5:33 PM

Try awardspace.com, i think they allow you to use php and also perl in their free hosting plan.

kishou Jun 18th, 2007 5:39 PM

Quote:

Originally Posted by kruptof (Post 129318)
Try awardspace.com, i think they allow you to use php and also perl in their free hosting plan.

are there ads?

kruptof Jun 18th, 2007 5:54 PM

Not as far as i know, you can find information on their different hosting plans on their website.

kishou Jun 18th, 2007 5:59 PM

thx kruptof for all of your help!!!

DaWei Jun 18th, 2007 8:29 PM

Check out mailto. It isn't the most secure solution, but there you have it.

kishou Jun 19th, 2007 1:21 AM

sry this is off-topic but which one should i use in PHP?
$_GET or $_POST

Booooze Jun 19th, 2007 1:38 AM

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.


All times are GMT -5. The time now is 2:48 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC