Maintenance Form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
tmaiden
Forum Commoner
Posts: 64
Joined: Fri Feb 24, 2006 3:15 pm
Location: Philadelphia
Contact:

Maintenance Form

Post by tmaiden »

Instead of coding maintenance form(s) for my website, to put under the admin panel.

Does anyone know of a site or a tutorial where I can find this at?

I guess something simular to myPHPAdmin, would be nice; or if you have your own code snippet, please share.

Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Sorry, can you define what a "Maintenance form" means to you?
User avatar
tmaiden
Forum Commoner
Posts: 64
Joined: Fri Feb 24, 2006 3:15 pm
Location: Philadelphia
Contact:

Post by tmaiden »

A Maintence form would show me a table, or better to say, a grid. Based on a query and it would allow me to add/update/delete rows within that query/table.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

Using a MySQL database? Just use PHPMyAdmin.
Post Reply