If you want to learn how to manipulate mysql database through php, are there any recommended videos or books?

the front end has learned the basic syntax of HTML,CSS,JS, and the back end of PHP. Recently, I want to make a website and need to use a database, so I want to learn to manipulate mysql database through php. Do you have any recommendations for books or videos?

Mar.11,2021

if you don't need books, you need to add, delete, change and check these things. You need to open the PDO extension

.
  1. Connect to the database
  php_mysql_connect  

Menu