Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need your Feedback

Status
Not open for further replies.

Sleidia

Technical User
May 4, 2001
1,284
FR
Hello.

Recently I've designed a utility in PHP whose purpose is to allow fast edition of data in MySql databases via a web browser based GUI.
Before I release it freely I need to test it for a while and also, I would like to add as many useful features as possible.

This is where you come.

I yould like you all to tell me what new feature you would like to see in such a utility. Please, give ideas I could try to make real if I have a sufficient knowledge.

Here are the features of my little app until now:
1) Compact: a single PHP file to use.
2) Quick Navigation between tables/databases with a single pull-down menu.
3) History of Tables opened previously.
4) Change font-size of data.
5) Sorting: ASC, DESC, GROUP DESC, GROUP ASC .
6) Search function.
7) Search and replace function.
8) Full search (search through all databases/tables/columns with results automatically displayed in other windows).
9) Add as many empty rows as needed at once.
10) Delete multiple rows at once.
11) Fast use of LIMIT
12) Compact Mode (when activated, will display only the first 20 characters of data (useful when you have long text to navigate through))

One limitation though: the auto-incrementing key must be the first column.

Anyway, it's up to you to give ideas now.
I'm listening to you.

Thanks. :)

My Work...
...and More...
 
Whats the point in re-inventing the wheel?? just use phpMyAdmin from Regards

Big Bad Dave

logo.gif


davidbyng@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top