Skip to content

This is an MVP project to teach how we can connect PHP to any database, and which best practices you should follow.

Notifications You must be signed in to change notification settings

Sergiodev90/Manage-Database-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Project Attention To understand this project, you do not need to run it; simply reading it is sufficient.

Requirements to Compile If you wish to compile and run the project, make sure you have the following installed:

XAMPP: A local server that includes Apache and MySQL. phpMyAdmin: A tool for managing MySQL databases. Installation Instructions Download and install XAMPP:

Visit XAMPP and download the appropriate version for your operating system. Follow the installation instructions. Start XAMPP:

Open the XAMPP Control Panel and start the Apache and MySQL modules. Access phpMyAdmin:

Open your web browser and go to http://localhost/phpmyadmin. Compilation and Execution If you decide to run the project, follow these additional steps:

Create a database in phpMyAdmin. Clone or download this project into the htdocs folder of your XAMPP installation. Configure the database connection in the appropriate file (if applicable). Open your web browser and navigate to http://localhost/project_name.

About

This is an MVP project to teach how we can connect PHP to any database, and which best practices you should follow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages