Advertisements
Advertisements
Question
Give few examples of MySQLi Queries.
Short/Brief Note
Advertisements
Solution
- mysqli_query($con “SELECT FROM Persons”);
- mysqli_query($con,’INSERT INTO Persons
(FirstName,LastName,Age) VALUES
OGIenn’,’Quagmire’,33)”);
shaalaa.com
MYSQL Function in PHP
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which is the correct function to establish connection in PHP?
Which is the not a correct MySQL Function in PHP?
How many parameter are required for MYSQLi connect function in PHP?
What are the types MySQLi function available PHP?
Difference between Connection and Close function?
Write the Syntax for MySQLi Queries.
Write is the purpose of MySQLi function available.
Write MySQL Connection Syntax with example.
Discuss in detail about MySQL functions with example.
Explain MySQLi Queries with examples.
