roadmap Posted May 2, 2004 Posted May 2, 2004 Here is the link to the instructionbs for adding this quiz: http://www.widgetmonkey.com/detail.php?id=13 I need to know how to add a table after I create a database and anything else that you may find helpful to explain. I thought this would be easy but there are several .php files that are not even mentioned in the instructions. Quote
TCH-Don Posted May 3, 2004 Posted May 3, 2004 I am at work (shh) so I can't try it, sorry. But I did find another that might work http://regretless.com/scripts/scripts.php#dodosquiz And a page with a bunch more http://www.downloadfreetrial.com/scripts/php/tests_and_quizzes.html Quote
arvind Posted May 3, 2004 Posted May 3, 2004 First off you'll need to create a mysql database. You can do this via the cpanel under mysql settings. Specify a database name eg quiz and a username/password. You'll need to assign that user to the database and enter your settings into the config.php file. Whilst entering it into the config file database name is cpanelusername_databasename and username is cpanelusername_username After that you'll need to enter phpmyadmin (via the cpanel again) Once insider on the left select the quiz table you've just created from the drop down list. The frame on the right should load. If you scroll right down the page you should see a "Create new table on database " bit with a textbox and fields. Enter a table name i'm not sure what you do with the fields bit as that page does not specify how many fields the table should have. At last specify the table name in config.php ! Good Luck Quote
roadmap Posted May 4, 2004 Author Posted May 4, 2004 I have done everything you have listed. Thanks TCH-Don Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.