With PHP, you can connect to and manipulate databases.
MySQL is the most popular database system used with PHP.
What is MySQL?
MySQL is a database system used on the web
MySQL is a database system that runs on a server
you can download it on https://www.mysql.com/
PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)
Back
Next