Hey everyone,
For logging purposes, I want to pass an entire row of my DB to a file. Is there an easy way to store a row of items into an array or something similar that I could pass to a function for parsing?
e.g., array = SELECT * FROM table WHERE id=001
Then pass array to some function so that it can write the items to a log file.