St. list based on the given task.
-
Download and install xampp.
-
Download St. list project.
-
Extract project into
...\xampp\htdocsfolder. -
Start XAMPP Control Panel.
-
Run Apache and MySQL modules in XAMPP Control Panel.
-
In browser go to http://localhost/phpmyadmin .
-
Create two (2) databases
web1dbandweb2db. -
Import
web1db.sqlfile intoweb1dbdatabase. -
Import
web2db.sqlfile intoweb2dbdatabase. -
In browser go to the http://localhost/web1/public.html.
On the main page (public.html) it is possible to filter data and search persons by their first name or last name.
On the admin page (admin.html) it is possible to add new entries to the database. As well as transfer data from web2db to web1db.
And by going back to the main page data will be automatically updated.
This project is MIT licensed.