Shortcut Navigation:

PHP Quiz (Correct, Method, Email)

What will be the output of following code? 
$a = 10;
echo 'Value of a = $a';
 

Which of the following is not true regarding XForms?

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?

Which of the following are useful for method overloading?

Which of the following is a PHP resource?

Does PHP 5 support exceptions?

What will be the output of the following code?

You need to count the number of parameters given in the URL by a POST operation. The correct way is:

Which of the following is correct with regard to echo and print?

How would you start a session?

Tagged as: method