Why must learn pdo in php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Why must learn pdo in php?

The mysql_* functions are no longer maintained and community has begun the deprecation process. Instead you should learn about prepared statements and use either PDO or MySQLi. If you cannot decide, this article should help you choose. Though, you should know, that PDO is able to work with different kinds of RDBMS, while MySQLi is made for a specific one.

6th Aug 2017, 3:30 PM
Walid Naddari
Walid Naddari - avatar
2 Answers
+ 7
what article? ...did you just copy and paste that from a tech news site? ._.
6th Aug 2017, 4:08 PM
Ahri Fox
Ahri Fox - avatar
0
it is from stackoverflow because it's a nice and clean answer
6th Aug 2017, 6:59 PM
Walid Naddari
Walid Naddari - avatar