Explain the difference between mysql and mysqli interfaces
in PHP?
Answer Posted / guest
mysqli is the object-oriented version of mysql library
functions.
| Is This Answer Correct ? | 96 Yes | 18 No |
Post New Answer View All Answers
What is different between sql and mysql?
How can you take the backup and restore a mysql database using php?
How we can create index in mysql?
How to get the number of rows selected or affected by a sql statement?
Is mysql case-sensitive?
How to print message in mysql trigger?
What is meant by decimal (5,2)?
how to add a new column to an existing table?
What is pdo in mysql?
What is view in mysql?
What is cast in mysql?
What is delimiter in mysql stored procedure?
Is mysql a relational database?
How to convert character strings to dates?
How to make a copy values from one column to another in mysql?