CSS Archive

  • Alternating Table Rows with PHP

    Alternating Table Rows with PHP

    Using PHP and CSS, it’s very easy to create a report-style table with alternating colors on each row. This setup assumes a connection to a MySQL database (though any supported DBMS will work), and that you have already queried your database and are ready to...

    Full Story