| re: what to do with my form to store results in a database?
I have developed a database on GoDaddy before. You have to move your mouse over those tiny icons and see what tool text pops up telling you what it is...
The tool (I think) is phpMyAdmin, and is actually a nice database admin tool. Here is one tutorial I found on it
http://www.reg.ca/faq/PhpMyAdminTutorial.html
You should be able to create a database, then a table, then go into the table and look for the icon that is for inserting records, then you can hand type records in.
Or once your table is created you can use SQL to insert large amounts of records.
It takes a bit to get use to it, but trust me, if you work at it and figure out what all the "little icons" actually do you will start to see that its got everything MS Access does, its just a little more abstract to work with.
Its hard for me to "type" out a solution since it has a visual interface. Im sure there are more tutorials out there too, and if all else fails, email GoDaddy and ask them to provide you with some support on using it!!! ;-)
|