Is there an object-oriented version of MySQL library functions?
Answer Posted / hrindows@gmail.com
Yes, MySQLi is the object-oriented version of MySQL, and it interfaces in PHP.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
What is a csv table?
How do I change global variables in mysql?
How can you handle the –secure-file-priv in mysql?
What is a user defined variable?
Why do we use mysql?
What is session variable in mysql?
What is delimiter $$?
Can we store pdf files in mysql?
How to determine the location of the data directory?
What port is mysql running on?
How do I find mysql version in mysql workbench?
Write a command with which mysql table can be repaired
What are the differences between binary and varbinary?
What is mysql_query?