I'm using MySQL and PHP for building a website, however now I need to create a report with something like this:
------------------------------------------------- {Title} {Description} {Zone1} Detail Zone1.Topic1 DetailZone1.Topic2 DetailZone1.Topic3 {Zone2} Detail Zone2.Topic1 DetailZone2.Topic2 {Zone3} Detail Zone3.Topic1 DetailZone3.Topic2 DetailZone3.Topic3 DetailZone3.Topic4 ------------------------------------------------- I have 2 tables named Zone1 and Zone1detail where I do a join to get values I need. How ever don't know how to make something like this. Can anyone help? Thanks in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php