Answer the question
In order to leave comments, you need to log in
What is the name of the script for working with the database via the Web?
For work, some kind of lists are constantly needed, for example, registers of contracts or a list of shipments or statistics on advertising channels, etc. You need a php script that allows you to work with the database through a web interface (like this plan prntscr.com/jaoi29 ). I am sure that such things are either ready-made or semi-finished, tell me what they are called?
I want it to be able to:
-search, sort (like an autofilter in Excel)
-set access rights for different users
-edit values in the list (that is, not to click on the line and change in the drop-down window, but just like in Excel)
-the ability to change column sequence, enable/disable unnecessary ones.
Answer the question
In order to leave comments, you need to log in
This is called CRM for an online store.
This is if there is nothing and you need from scratch.
If the base already exists - then only write to order.
Hello!
I will not say if there is a ready-made solution and it is possible that my proposal is not very good, but this can be implemented using DataTables. https://datatables.net
It has the ability to drag and drop columns (as indicated on your screenshot), and edit the content (both in popup and without, there is a search, etc.
The only thing you will need to write is a PHP script , which will load data from the database and form a table (or tables) + you will need to track changes in the table and, if there are changes, make them back to the database.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question