How to create HTML tables from MySQL?
        Posted  
        
            by Chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris
        
        
        
        Published on 2010-04-22T12:20:38Z
        Indexed on 
            2010/04/22
            12:23 UTC
        
        
        Read the original article
        Hit count: 156
        
Hi Guys,
I'm building a part of a system where the user can define "views" from a mysql database.
I want some way of generating simple HTML tables/reports from the data, but not just plain output of sql queries- simple joins probably isn't enough.
Any ideas?
© Stack Overflow or respective owner