Interview Questions

Explain the difference between mysql and mysqli interfaces in PHP?

MySQL and SQL


(Continued from previous question...)

Explain the difference between mysql and mysqli interfaces in PHP?

mysqli is the object-oriented version of mysql library functions.

(Continued on next question...)

Other Interview Questions