How to Return MySQL Results to a Table

Posted by on Mar 30, 2009 in PHP Tutorials, Web Development Tutorials | 26 comments

This question has been asked several times lately and I wanted to clear this up. This is a very easy concept once you get it down. In order to display the results from a MySQL query into a table will will store the results in an array and then echo out each row in a while loop.

Read More

Styling HTML Tables with TableCloth

Posted by on Jun 16, 2008 in CSS, HTML Tutorials, Web Development Tutorials | 4 comments

In this tutorial I will show you how to apply some simple style to your tables by applying the TableCloth style sheet and JavaScript file. TableCloth is a free, light way, way to add style to existing HTML tables. It only required two lines of code added to your table. With table clothe you can also modify how the HTML tables react to your input by changing the JavaScript file.

Read More