Friday, August 6, 2010

How to create an application form using Html form controls to accept students details....?

can u pls detail it out??????????How to create an application form using Html form controls to accept students details....?
Well you would need to figure out what input controls you will require.


Then you would need to code the HTML form.


Afterwards, you would use as server-side language like PHP to process the form data and manipulate it in whatever way you want.





If you are asking for someone to write all of the code for you, then you are asking too much. You can learn both HTML and PHP online at:





http://www.w3schools.comHow to create an application form using Html form controls to accept students details....?
Writing the form requires HTML. It is not difficult, but you'll also need CSS if you want it to look nice.





The real problem comes when you want to do something with the data. You'll need a programming language on a web server. PHP is one common solution. You'll also either need the ability to store data in a text file or (preferable) access to a relational database like MySQL.





These are relatively advanced topics for a beginner. I have information about all these topics available on my web site. However, if you really just want to get the information from the students, there's an easier way...





Go to Google Docs and sign up there. You can then create a new web form. Just make a link to that form from your page. When a person enters data in the form, that data is automatically added to a google docs spreadsheet in your account. You can also have the information mailed to you if you prefer.
i think if you want it to be safe you would need more than HTML, either javascript or PHP.

No comments:

Post a Comment