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 |
How can you submit a form without a submit button?
What is meant by nl2br()?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How to include a file code in different files in php?
How do you find the length of a string in php?
Tell me how a constant is defined in a php script?
How can we determine whether a variable is set?
What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
What are the advantages and disadvantages of Cascading Style Sheets?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
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?
Tell me what are sql injections, how do you prevent them and what are the best practices?