+ 1
what is difference between sql & sqli??
2 Answers
+ 7
âmysqliâ extension is an improvement over the old âmysqlâ extension. In fact, the âiâ in mysqli stands for âimprovedâ.
mysqli was developed to take advantage of the new features available in MySQL since version 4.1.3. Also, you can use it since PHP 5. So, if you code with PHP5 with a newer version of MySQL, itâs strongly recommended for you to use the extension âmysqliâ over âmysqlâ.
+ 1
Or, talking about SQL as plain, you may say that SQLi stands for SQL injection, but we are getting into illegalities.



