RE: PHP script to simply manage tables

2006-08-11 Thread Daevid Vincent
I know you asked for PHP, but you might look into Ruby on Rails. 'scaffold' can make a whole lot of stuff like that almost trivial... http://www.rubyonrails.org/ DÆVID > -Original Message- > From: thomas Armstrong [mailto:[EMAIL PROTECTED] > Sent: Friday, August 11, 2006 4:02 AM > To:

Re: PHP script to simply manage tables

2006-08-11 Thread Peter Brawley
Thomas >Is there any PHP script to create it automatically (in the same way >phpMyAdmin does, but with less functionalities)? Mebbe theUsual will be helpful http://www.artfulsoftware.com/theusual.html, code at http://www.artfulsoftware.com/mysqlbook/sampler/mysqled1_appe.html#theusual_php.