Hi,
I have a query, the output of which I need to display in my page.
say, if I do ... select col1 as column from table1;
how could I display 'column' in my echo statement or else how could I display it in my PHP code?
Thanks for your assistance!