Quote:
Originally Posted by sarettah
Nope. I just went with the mysqli because you already had a working connection in the first program.
Myself, I almost always use pdo because it makes the code more portable in that pdo will work with many different databases while mysqli is mysql specific.
.
|
So that being said, would it be prudent for me to start utilizing pdo instead of mysqli if there range of databases is larger, will pdo allow me any benefit other than a wider range of database usage overall?