Skip to content

DBOYttt/phpmyadmin_copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy of phpmyadmin

Assumptions

  • 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

Demo

image


image

Installation

[Warning]   
tested ONLY on localhost using Xampp does not guarantee operation in another environment
  • install Xampp
  • open control panel of Xampp and run Apacge and MySql
  • download lastest relase of my program
  • extract all dashbord2-folder to htdoc directory
  • type in your web browser (Google Chrome etc)
  • type localhost/dashbord2/main2.php

Lessons Learned

While creating this project I learned how to:

  • create pages using html , css and php
  • how to fetch data from SQL server using php
  • how to change data in Sql tables using php
  • php loop
  • php sorting
  • php create files
  • I found out that in php files I can store html
  • css how 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors