• Hi,

    I am thinking about formatting abase output as a list instead of using the usual table layout. I would like to do something like

    
    <ul>
    [abase sql="SELECT CONCAT('<li>',Name,' ',Email,</li>') AS 'OUTPUT' FROM staff" notitle="1" notable=1]
    </ul>

    However, notable=1 just disables <table></table> wrapping, but <tr><td> tags are still in the output. Can this tags be disabled and only desired strings returned?

    • This topic was modified 8 years, 2 months ago by agmartin.
  • The topic ‘Can abase return unformatted output for sql query’ is closed to new replies.