What is mysqli_query?



What is mysqli_query?..

Answer / Bipul Kumar

mysqli_query() is a PHP MySQL extension function used to execute an SQL query. It returns a mysqli_result object on success, or FALSE on error.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How can you submit a form without a submit button?

1 Answers  


What is meant by nl2br()?

3 Answers  


If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

1 Answers  


How to include a file code in different files in php?

1 Answers  


How do you find the length of a string in php?

1 Answers  


Tell me how a constant is defined in a php script?

1 Answers  


How can we determine whether a variable is set?

1 Answers  


What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?

3 Answers  


What are the advantages and disadvantages of Cascading Style Sheets?

1 Answers  


Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

1 Answers  


This is regarding file uploading. 1. Who will be the owner of the uploaded file ? 2. What permission you will give for an uploaded file ? 3. What is mean by user, group and others and what kind of permission you will give for each user and explain the reason?

1 Answers   IBM,


Tell me what are sql injections, how do you prevent them and what are the best practices?

1 Answers  


Categories