Mysql Table Editor

Mysql Table Editor

Posted by Sajith M.R in php, php source code on 04. Jun, 2009 | 3 Comments

In a php project, if we get the requirement , we usually start design and database. But the data entry procedure is very hard. In this case PhpMyadmin is a good comfort. 
Here is another tool from phpguru.org , MySQL Table Editor. Using this library you can make your database table editable from your php code. 
You [...]