What is the difference between mysql and mysqli
Answers
Answered by
0
Explanation:
MySQL provides the procedural interface. MySQLi provides both procedural and object-oriented interface. MySQL extension does not support stored procedure. MySQLi supports store procedure.
Similar questions