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
How many parameter are required for MYSQLI Close function in PHP?
Which version of PHP supports MySQLi fuctions?
What is MySQLi function?
Difference between Connection and Close function?
What is Connection string?
Write is the purpose of MySQLi function available.
Write MySQL Connection Syntax with example.
Discuss in detail about MySQL functions with example.
Explain in details types of MySQL connection method in PHP?
Explain MySQLi Queries with examples.
