Quote:
Originally Posted by Publisher Bucks
Out of interest, is there a specific time/reason I should use mysqli vs PDO in this type of scripting? Also, is there any significant difference in using echo vs print for the output data?
|
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.
.