I can't get at a prompt to make a db.
So can I use php?
WHat is the code to create a table then input the values?
I think I can figure the rest out.
http://www.devshed.com/Server_Side/PHP/PHP101_4/page2.html has some tutorials on beginning php/sql.
You need to ask your admin about the database. If you are the admin then you need to read the www.mysql.com/doc/ and learn about how to use mysql (the program) and the CREATE query.