- Mercurydisplaying all databases on the server
- universal display for each server
- displaying tables directly for a given database by downloading information from the server
- universal back buttons
- displaying columns using pure html and php without universal variable operation
- displaying columns using variables downloaded from the server
- delete buttons
- update buttons
- rewrite columns data
[Warning]
tested ONLY on localhost using Xampp does not guarantee operation in another environment
- install Xampp
- open control panel of Xampp and run
ApacgeandMySql - download lastest relase of my program
- extract all
dashbord2-folder tohtdocdirectory - type in your web browser (Google Chrome etc)
- type
localhost/dashbord2/main2.php
While creating this project I learned how to:
- create pages using
html,cssandphp - how to fetch data from
SQLserver using php - how to change data in
Sqltables usingphp phploopphpsortingphpcreate files- I found out that in
phpfiles I can storehtml csshow it works in the basic sense- I noticed that most programs can be made in a small number of files and if additional files are needed, you can create them using the code

