what is the difference in the my sqli extension and pdo ?
Answers
Answered by
1
MySQLi is a replacement for the mysql functions, with object-oriented and procedural versions. It has support for prepared statements. PDO (PHP Data Objects) is a general database abstraction layer with support for MySQL among many other databases.♥️
Happy Learning ♥️
Similar questions