![]() |
VOOZH | about |
The collection of related data is called a database. XAMPP stands for cross-platform, Apache, MySQL, PHP, and Perl. It is among the simple light-weight local servers for website development.
Requirements: XAMPP web server procedure:
In PHP, we can connect to the database using XAMPP web server by using the following path.
"localhost/phpmyadmin"
Steps in Detail:
PHP code to create a database:
Finally the database is created and connected to PHP.
If you want to see your database, just type localhost/phpmyadmin in the web browser and the database can be found.
👁 Image