Page 1 of 1

How to perform basic table editing in PHP/HTML?

Posted: Wed May 25, 2005 10:23 am
by Simulacrum
I'm looking for a tutorial/code on how to generate a basic table maintenance page in PHP.

There would need to be 3 different views pages:

1) Tables View (Listing all tables)
2) Rows View (Listing the x rows from the table, with paging hyperlinks)
3) Row Edit Page

The Row Edit page would need to support basic CRUD operations (Create, Read, Update, Delete). It would also need to perform a "mapping" between MySQL datatypes and the appropriate HTML form element type.

I have a basic idea of what is required, but would like to double check my technique with an established approach.

A simple pointer in the right direction would be appreciated.

Cheers.

Posted: Sat May 28, 2005 7:47 am
by Simulacrum
No probs here. I just downloaded a Wordpress plugin that has the guts of what I want.