开发者

php and mysql the state of the art...which extension?

开发者 https://www.devze.com 2023-03-17 08:44 出处:网络
What are the differences between libraries and mysql mysqli pdo to connect with PHP? What should I stu开发者_开发技巧dy for the future?

What are the differences between libraries and mysql mysqli pdo to connect with PHP? What should I stu开发者_开发技巧dy for the future?

Thanks a lot.


I'd recommend PDO, because if you change to a different DB at a later day, or if you wish to use a different DB in another project, then at least you won't have to learn another API, since PDO supports a lot of the more popular DBMSs.

0

精彩评论

暂无评论...
验证码 换一张
取 消