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