Archive for the ‘PHP’ Category

Random Quotes with XML

Thursday, July 31st, 2008

This tutorial will teach you how to create a class which can deal with a selection of quotes stored in an XML file. The class we will develop will contain two main functions; getRandomQuote which will take a random quote from the xml file and return it to us, and getQuotesByAuthor which will select and return all the quotes written by a certain author. (more…)