Please select a subject first
Advertisements
Advertisements
Which statement will output $x on the screen?
Concept: undefined >> undefined
Which of the below symbols is a newline character?
Concept: undefined >> undefined
Advertisements
What are the types of a scripting language?
Concept: undefined >> undefined
Identify the parameter in the function.
< ? php
function abc ($x)
{$y=10;}
abc (5);
?>Concept: undefined >> undefined
In parameterized, the parameters are like ____
Concept: undefined >> undefined
What is parameterized Function?
Concept: undefined >> undefined
Write the purpose of parameterized Function.
Concept: undefined >> undefined
Define File handling in PHP.
Concept: undefined >> undefined
Write syntax of File open function.
Concept: undefined >> undefined
Write short notes on File handling functions.
Concept: undefined >> undefined
Which is the correct function to establish connection in PHP?
Concept: undefined >> undefined
Which is the not a correct MySQL Function in PHP?
Concept: undefined >> undefined
How many parameter are required for MYSQLi connect function in PHP?
Concept: undefined >> undefined
How many parameter are required for MYSQLi query function in PHP?
Concept: undefined >> undefined
How many parameter are required for MYSQLI Close function in PHP?
Concept: undefined >> undefined
Which version of PHP supports MySQLi fuctions?
Concept: undefined >> undefined
What is MySQLi function?
Concept: undefined >> undefined
What are the types MySQLi function available PHP?
Concept: undefined >> undefined
Difference between Connection and Close function?
Concept: undefined >> undefined
Give few examples of MySQLi Queries.
Concept: undefined >> undefined
