I Want To Add A Web Form To My Web Site, Which Feature Does The Web Host Need?
Jan.24, 2010 in
Web Hosting Service
I’m planning to host my own web site with a web form which will generate all submitted information to my e-mail. If I want to add this kind of web form, do I need to concern on web hosting feature?(such as PHP supported or else)
Thank you.




















January 24th, 2010 at 6:38 am
Either PHP or PERL will work.
Sometimes a web host will mention PERL, but sometimes they don’t and just say “your own cgi-bin”, with the cgi-bin where you place your own perl scripts.
There are a zillion free scripts for doing what you want to do with both php and perl, so you shouldn’t have a problem.
January 24th, 2010 at 12:25 pm
I think SENDMAIL would be needed as well.
January 24th, 2010 at 12:29 pm
You need php and preferably mysql for data storage of user information. You must be very careful using automated mailing, one incorrect post can get your domain blacklisted. You will then never be able to send.
January 24th, 2010 at 6:22 pm
It depends on what type of form processing script to be used.
Some scripts use cgi/perl. Stronger security scripts use php. Most hosters have php, asp, databases, etc. as basic offerings.