jessica Davis

Interactive Design and Development

Flower

Posts Tagged ‘mySQL’

PHP Trivia Quiz

triviaQuiz

This is a simple trivia quiz that gets questions from XML. Each quiz has an attribute, determining whether or not the quiz you chose is active or not. If it is inactive it will just forward you towards the results page, which shows a graph of how many people vote for which option, and if you were wrong or not.

UPDATE #1:

Well, no longer is it using xml, it is now using mySQL, same functionality basically (with the trivia quiz) however now, what was added was an administrator section, where you can add, edit, delete topics, change topics, etc. I have a username and password, but I am not just going to post it here (internets are dangerous) sooo.. if you really want to see the functionality just email me: jessd21@gmail.com.

VIEW THE NEW PHP TRIVIA QUIZ

UPDATE #2:

Another update we have now is for non admin users, who can change the stylesheet of the page, and can also change which RSS feeds show up at the bottom. The rss feeds are done using a cron job and update twice daily (and only for the month of may (2008) so if you view this after may, the feeds won’t be up to date. Also added is a web service to get your local weather by an area code you enter. Along with that there is user sign-up capability.

VIEW THE NEW PHP TRIVIA QUIZ