how to make admin pages quickly for tables

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
dianacastillo
Forum Newbie
Posts: 4
Joined: Fri Sep 07, 2007 4:33 am

how to make admin pages quickly for tables

Post by dianacastillo »

what is recommended for the fastest way to make admin pages for my tables with php , without having to code by hand much? thanks
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: how to make admin pages quickly for tables

Post by Jonah Bron »

Assuming you mean database tables: phpMyAdmin
Post Reply