Search results

  1. S

    What is a good (free) tool to perform crud operations using PHP on a mySQL table?

    Ideally the use of AJAX would be ideal to make this as simple as possible. I want an easy "admin" interface so a subset of users can have direct access to their data. They need to be able to "C"reate new rows (add data), "R"ead all rows (view the table), "U"pdate rows (edit), and "D"elete rows...
  2. S

    What is a good (free) tool to perform crud operations using PHP on a mySQL table?

    Ideally the use of AJAX would be ideal to make this as simple as possible. I want an easy "admin" interface so a subset of users can have direct access to their data. They need to be able to "C"reate new rows (add data), "R"ead all rows (view the table), "U"pdate rows (edit), and "D"elete rows...
Back
Top