Blogs in Flash
Blogs in Flash
Out of context: Reply #24
- Started
- Last post
- 34 Responses
- unfittoprint0
The result [using a PHP/MySQL solution] would be the same. You would query the db, order it by last post, and output it as XML [print an xml header and loop the query array to construct the idfferent nodes].
The difference is that the XML would not be loading its content from an XML file but from a php one.