PHP Interview Questions, PHP Objective Type Questions, PHP Tutorial pdf
Home
PHP Interview Questions
PHP Multiple Choice Questions
PHP Tutorial
skip to main
|
skip to sidebar
Does PHP 5 support exceptions? | PHP MCQs
01:25
PHP Interview Questions and Answers
No comments
a. Yes
b. No
Ans: a
Read more »
Which of the following is a PHP resource? | PHP MCQs
01:24
PHP Interview Questions and Answers
No comments
a. Domxml document
b. Odbc link
c. File
d. All of the above
Ans: d
Read more »
Which of the following are useful for method overloading? | PHP MCQs
01:23
PHP Interview Questions and Answers
No comments
a. __call, __get, __set
b. _get,_set,_load
c. __get,__set,__load
d. __overload
Ans: a
Read more »
You have defined three variables $to, $subject and $body to send an email. Which of the following methods would you use for sending an email? | PHP MCQs
01:23
PHP Interview Questions and Answers
No comments
a. mail($to,$subject,$body)
b. sendmail($to,$subject,$body)
c. mail(to,subject,body)
d. sendmail(to,subject,body)
Ans: a
Read more »
Which of the following is not true regarding XForms? | PHP MCQs
01:21
PHP Interview Questions and Answers
No comments
a. PHP provides support for XForm
b. It can be used on PDF documents
c. The data is sent in XML format
d. The action and method parameters are defined in the body
Ans: d
Read more »
PHP Multiple choice questions | What will be the output of following code?
01:20
PHP Interview Questions and Answers
No comments
$a = 10;
echo 'Value of a = $a';
a. Value of a = 10
b. Value of a = $a
c. Undefined
d. Syntax Error
Ans: a
Read more »
How would you start a session? | PHP MCQs
01:17
PHP Interview Questions and Answers
No comments
a. session(start);
b. session();
c. session_start();
d. begin_session();
Ans: c
Read more »
Older Posts
Blogger news
Home
PHP Interview Questions with Answers
PHP MCQ Questions with Answers
PHP Tutorial for Beginners pdf
Followers
Categories
100 TOP PHP Interview Questions and Answers for Freshers pdf free download
(1)
PHP Objective Questions and Answers for freshers pdf free download
(1)