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.
How to perform basic table editing in PHP/HTML?
Moderator: General Moderators
-
Simulacrum
- Forum Newbie
- Posts: 13
- Joined: Wed Apr 13, 2005 11:58 pm
-
Simulacrum
- Forum Newbie
- Posts: 13
- Joined: Wed Apr 13, 2005 11:58 pm