Webdesigners & HTML coders must see this!

Status
Not open for further replies.

ANURAG SHARMA

Journeyman
Can any of you please help me in providing code for designing a webpage which can be used for keeping record of users.
I want to build like that:

Name:__________________

Age:____________________

date of Birth:_____________


Submit

So,when some body submits these details,these are stored online either as a mail at a particular address or somewhere else online.

Plz anyone of you help and provide complete details as I want to perform a survey of my employes.

Thanks in advance for solvers.
 

hitman050

Journeyman
You need to use a server side language for this. I recommend PHP/MySQL. All you need to do is write PHP code, which take the info written in the HTML form, and save it in tabular form in MySQL.
 

mehulved

18 Till I Die............
Lots of scripts should be available out there for such a thing. Just look it up on a search engine.
Check *www.widgetmonkey.com/detail.php?id=3
You should get a lot of php scripts for this. Best way to store it would be in a dayabase IMO.
 

Sridhar_Rao

In the zone
Hello, you can use simple form on your webpage and willing visitor can fill in their details, which then can be delivered directly to your email. The type of script you can use depends on the type of server your website is hosted in. As previously pointed out there are plenty of such scripts available on the net. You can use the term "online form" in google, but first find out what type of scripts can be run on your server. If asp is supported on your server, get an excellant code at *www.brainjar.com.
 

satyamy

Alive Again...
sukhdeepsinghkohli said:
Also checkout
*phpformgen.sourceforge.net/
nice one
can i get a form which can also upload images or file
so it get mailed with all the details to any email ID
 
Status
Not open for further replies.
Top Bottom