Posted by Timie Milie on 10/31/48 11:33
I am looking for a free php library that gives me the following
functionality:
Create a mySQL table by adding a line like:
mySQLTable($attributes);
Where $attributes is an HTML style list of attributes in the form of
"name=\"value\" name2=\"value2\"" etc
These attributes include:
SQL query to get all the data.
CSS style information.
The function will automatically handle user input via POST which will
include:
Sorting by column.
Deleting records.
Edittin records (via a form).
Grouping by column.
Filtering by column.
etc
Does such a beast exist? I wanted to know before writing one myself.
Thanks in advance.
Timie Milie.
Navigation:
[Reply to this message]
|