Information Form..

Soldato
Joined
20 Nov 2006
Posts
6,890
Well im building myself a basic website and i want to implament a detail submission form. This would be to collect names, contact number, e-mail address and correspondence addresses.

Im using ilosoft web composer and one.com as my host.

Thanks.
 
I think you're looking at doing something fairly complicated if this is the first web site you've done.

I can see from One.com homepage that your hosting probably has PHP and MySql database support. You need to find out how you can set up a database on your webhosting (probably PhpMyadmin) and also familiarise yourself with PHP:

http://www.w3schools.com is a good place to start :)
 
a contact/information form doesn't require any database

just find a nice easy one, a tiny bit of cut&paste php into your webpage, bobs your uncle
 
a contact/information form doesn't require any database

just find a nice easy one, a tiny bit of cut&paste php into your webpage, bobs your uncle


Yep basically i just want them to be able to put Name, address, contact number and an e-mail, then when they click submit it just comes to my e-mail as a list.
 
Back
Top Bottom