Explain the difference between mysql and mysqli interfaces
in PHP?
Answer Posted / sunil
mysqli is handling incaptulation.
| Is This Answer Correct ? | 8 Yes | 15 No |
Post New Answer View All Answers
What are the different tables present in MySQL?
Why we use mysqli instead of mysql?
Difference between CHAR and VARCHAR?
What do you understand by mysql terminal?
What are the differences between char and varchar?
What is database migration in mysql?
How many groups of data types?
What is a longblob?
What is max connection in mysql?
How do I download mysql?
Why do we use preparedstatement?
What are the disadvantages of stored procedures?
How to determine the location of the data directory?
What is a result set object?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?