- About The Project
- About Databases
- Technologies
- About Admin Panel Operations
- Customer Register and Sign-In
- Sports Articles Homepage
- A Sport Article Detail
- Admin Sign-In Panel
- Admin Panel Homepage
- Admin Panel Sports Articles General View
- Admin Panel Add New Sports Articles
- Admin Panel Update Sports Articles
- Admin Panel Remove and Activ Operations For Sports Articles
- Admin Panel - Show Members
All the records about the users of the application are kept here. Admin can see who registered the application to read new articles, using admin panel.
All the records about new articles and blogs are kept here. Admin can add new article, update an existing one, delete, make pasive or aktive, using admin panel. And all these operations are provided from MySQL database.
-
In order to make the application to gain dynamic attributes, PHP - PDO concept has been used. So that we can build the bridge between web application and our database system. The connection between the site and database has been provided by PHP - PDO and MySql technologies. So all the data is stored, kept and managed by MySql.