PDO, are these guides updated? [closed]

0

I would like to learn the use of prepared sentences and have I got these pages online, will they be updated? , because I've seen some use MYSQL

link

link

link

link

    
asked by Victor Alvarado 14.02.2017 в 01:15
source

1 answer

1

The guides are reasonably updated, and the latest is the official documentation of PHP, so it is the most up-to-date information that can exist about it.

Regarding your question about the use of MySQL, I commented that MySQL is a database engine. From PHP you can connect to this engine using extensions mysql , mysqli and PDO-MySQL Of these three, the first one is abandoned, obsolete, deprecated and disregarded, but it is not the same to give for dead the extension mysql in particular that the connectors to the MySQL engine as a whole.

    
answered by 14.02.2017 / 01:29
source