MySQL export XML using PHP
I am exporting data from MySQL to Excel using PHP and XML. The output gives me records as columns and fields as rows (14 col by 3 rows). I want to transpose so that the fields are columns and the records are rows (3 by 14). PLease help.
|