Hi, I am not a web designer apart from few basic stuffs which i know, I have been asked to make a small site for a event in school.The site has few pages of info which i have done in Html...they told me that i should have one page in the site for registration form to collect the details of the student participating in the event. I have Cpanel hosting with hostmonster, can anyone tell me how to make a registration form and connect it to my MSQL in cpanel....I see lots of code available in google but they are all going above my head...can anyone tell me easily how to do this with my cpanel hosting...
In CPanel hosting you have to go to the MySQL section and create a database and attach a user to it, giving that user admin rights. That is your first step.
next step will be to code the registration form in html, you can use any html editor like dreamweaver. and upon submit the form, the target page will be a php page, in that php page you can first make connection to the created mysql database and then with just simple insert sql query you can insert form registeration data to mysql database.