I am very new to PHP and hope you can help me with this.
I am fetching some data from SQL and try to create an array that I want to echo on a page.
When I
If you wish to just see/print the contents of your array, try this:
print_r ($output);