I wonder which script is best to manage tables in php. I like to create a table with options of different sorting options. I mean I like to create a table on index.php page and the data to be stored in mysql database. thanks
phpMyadmin always worked for me. If you looking for a a Windows based version http://www.mysql.com/products/tools/administrator/
I am not talking about database table. I am talking about normal table which appears on index.php or index.html. thanks
Ok, personally I love Jquery with the Tablesorter plugin, as it makes this task really simple. Esentially just upload and include the js librarys needed and set a css class to the tables you want sortable.