Not finding what you are looking for? Request a recipe!
I decided to make a generic wrapper that would accept a formatted SQL query and then return the result creating a <row> element for each result and then each field as an attribute. (ie. <row record="1" name="test" pass="dumb_pass"/>) Using MySQLi as the ba ...