Advertisements
Advertisements
List the types of data model used.
Concept: undefined >> undefined
State a few advantages of Relational databases.
Concept: undefined >> undefined
Advertisements
Discuss on various database models available in DBMS.
Concept: undefined >> undefined
Which of the following must be installed on your computer so as to run PHP script?
Concept: undefined >> undefined
We can use _______ to comment a single line?
- /?
- //
- #
- /* */
Concept: undefined >> undefined
Which of the following PHP statement will store 41 in variable num?
- num = 41
- num = 41
- echcho num
- echo 41
Concept: undefined >> undefined
What will be the output of the following PHP code?
< ?php
$num = 1;
$num1 = 2;
print $num . “+”. $num1 ;
?>Concept: undefined >> undefined
Which of the following PHP statements will output Hello World on the screen?
Concept: undefined >> undefined
Which statement will output $x on the screen?
Concept: undefined >> undefined
Which of the below symbols is a newline character?
Concept: undefined >> undefined
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
