HTML5: Local Data Base.
-
Hello. I´m building a web page that have an administrator user, he can create new users with specific fields. All of this in html5, php and MySQL. The question is.. Do you know a framework or process that show to the administrator the list of users that he created, with some fields with options to modify, in other tab of the web page. I appreciate your help:rose:.
-
Hello. I´m building a web page that have an administrator user, he can create new users with specific fields. All of this in html5, php and MySQL. The question is.. Do you know a framework or process that show to the administrator the list of users that he created, with some fields with options to modify, in other tab of the web page. I appreciate your help:rose:.
You are thinking of a database file (.db), which you create in Microsoft Access (or any other database editing software), then you host that file on the internet along with all your other files. Then whenever you want to create a new user, you can add another row into the database table.