Hi guys, I need to get all of the users in my user table and then get the results as an array and traverse through it and create a XML file for each user.
How would I go about doing that?
I am guessing the query would be something like SELECT * FROM users
but I am unsure as to how I can get all the results as an array and then how to traverse through them all one by one and create the XML.
Thanx in advance!