2

I have a MySQL database (currently using phpmyadmin to manage) that I would like to display as an HTML table and be able to edit the records/columns directly.

What are my options on implementing this? I'm not sure of the terminology I should be seeking out for more information.

I'm already using php/mysql to display the table with checkboxes for deleting multiple records on the fly, but I need to be able to see the full entries on the page and edit individual values.

Also, anyway to 'sort' via an HTML table? Not necessary, just curious.

1
  • 1
    have you looked into any grid plug ins? jsGrid, openjs etc ? Commented May 9, 2012 at 16:53

2 Answers 2

3

Take a look at phpGrid http://phpgrid.com/ It's got all the bells and whistles and is pretty easy to implement.

Sign up to request clarification or add additional context in comments.

Comments

1

A great tool for this is phpMyAdmin. Programming something like this yourself is difficult.

There might be other "lighter" alternatives. Take a look at this: http://www.google.com/search?q=database+html

8 Comments

I prefer sqlbuddy to phpMyAdmin sqlbuddy.com. I'm not sure if OP is looking for a mysql administration panel though.
Simplified your google search URL, A full url exposes a lot of personal information!
I use phpMyAdmin to do simple SQL stuff, but this is a little trickier as the edits I need to make are based on an individual's availability and not 'updates' etc. I'd love some advice on other ways to harness the power of phpmyadmin. I have a schedule of people, some are 'reserves', I need to change them from 'reserve'one by one into 'position x'-- ideas on this via phpmyadmin?
Hmm, you might be right. But using a full system like this would make every management much simpler. Auto inc and so on. I'd recommend this.
"Programming something like this yourself is difficult." If that's the case, then I'll stick w/ manual updates via phpmyadmin and my csv files :) I'm spread too thin to take on a big challenge at the moment.
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.