هذا الرد من فترة طويلة جدا قريته في موقع ستاك اوفرفلو و من يومها استخدم Pdo
The MySQL extension is:
Not under active development
Officially deprecated (as of PHP 5.5. It's likely to be removed in the next major release.)
Lacks an OO interface
Doesn't support:
Non-blocking, asynchronous queries
Prepared statements or parameterized queries
Stored procedures
Multiple Statements
Transactions
All of the functionality in MySQL 5.1
Since it is deprecated, using it makes your code less future proof.
Lack of support for prepared statements is particularly important as they provide a clearer, less error prone method of escaping and quoting external data than manually escaping it with a separate function call.
التعليقات