PDA

View Full Version : Create table programmatically



webdeveloper
27 Apr 2010, 01:38 AM
Okay,

I have a set of information gathered that is enough to create a table rows and column, but I am new to Javascript/DOM/etc, so would like to know how can I create a table based on the information gathered programmatically?

Some examples would be greatly appreciated.

Thanks!

Wickham
27 Apr 2010, 02:01 AM
You could use PHP and a MySQL database (assuming your host's server is Linux).

See http://www.wickham43.net/formphptomysql.php where the bottom example shows data displayed on a web page.