Q.1.
Which of the following is not true?
Q.2.
What is a web service?
Q.3.
What is the Output?
Q.4.
What is a integer?
Q.5.
What is a PHP?
Q.6.
What will be the output of the following php code?
Q.7.
Father of PHP?
Q.8.
What does PHP stand for?
Q.9.
Which two predefined variables are used to retrieve information from forms?
Q.10.
Which one of these variables has an illegal name?
Q.11.
Which one of the following function is capable of reading a file into an array?
Q.12.
All variables in PHP start with which symbol?
Q.13.
Which one of the following regular expression matches any string containing zero or one p?
Q.14.
Which function is used to remove all HTML tags from a string passed to a form?
Q.15.
Identify the invalid identifier ?
Q.16.
What is the difference between GET and POST method?
Q.17.
What is the correct way to create a function in PHP?
Q.18.
A function name cannot start with a ____
Q.19.
Which function can be used to move the pointer to the previous array position?
Q.20.
How do you create a cookie in PHP?