the mysql extension is faster than the mysqli extention, which is (sometimes) faster than PDO.
If you use mysqli in conjunction with mysqlnd thats faster still
|
2 | added 195 characters in body | ||
|
the mysql extension is faster than the mysqli extention, which is (sometimes) faster than PDO. If you use mysqli in conjunction with mysqlnd thats faster still |
||||
|
1 |
|
||
|
the mysql extension is faster than the mysqli extention |
||||