How to perform basic table editing in PHP/HTML?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Simulacrum
Forum Newbie
Posts: 13
Joined: Wed Apr 13, 2005 11:58 pm

How to perform basic table editing in PHP/HTML?

Post 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.
Simulacrum
Forum Newbie
Posts: 13
Joined: Wed Apr 13, 2005 11:58 pm

Post by Simulacrum »

No probs here. I just downloaded a Wordpress plugin that has the guts of what I want.
Post Reply