Advertisements
Advertisements
प्रश्न
Give few examples of MySQLi Queries.
टीपा लिहा
Advertisements
उत्तर
- 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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which is the not a correct MySQL Function in PHP?
How many parameter are required for MYSQLI Close function in PHP?
Which version of PHP supports MySQLi fuctions?
What is MySQLi function?
What are the types MySQLi function available PHP?
Difference between Connection and Close function?
What is Connection string?
Write the Syntax for MySQLi Queries.
Write is the purpose of MySQLi function available.
Discuss in detail about MySQL functions with example.
