Warning: Undefined array key "options" in /home/bapugrap/public_html/quiz/wp-content/plugins/elementor-pro/modules/theme-builder/widgets/site-logo.php on line 192
PHP Basic Quiz for Begginers | PHP Quiz - Web and Graphics Quiz

share

PHP Basic Quiz for Begginers | PHP Quiz

PHP Basic Quiz for Begginers | PHP Quiz

PHP Basic Quiz for Begginers

Find below MCQ (Multiple Choice) questions and Answers for PHP Basic Quiz for Begginers. Play our PHP Basic Quiz for Begginers and Earn points and check how sharp your skill are in PHP Framework

PHP Basic Quiz for Begginers | PHP Quiz

Welcome to your PHP Basic Quiz for Begginers

Name
Email
Mobile


  1. <?php
    $x=array("aaa","ttt","www","ttt","yyy","tttt");
    $y=array_count_values($x);
    echo $y[ttt];
    ?>

2. How do you get information from a form that is submitted using the "get" method?

3. What's the best way to copy a file from within a piece of PHP?

4. PHP code is embedded directly into XHTML document?

5. Is it possible to submit a form with out a submit button?

6. Full form of PHP

7. What is the expansion of LAMP?

8. In php Which method is used to getting browser properties?

9. Which of the following function is used to pick one or more random values from PHP Array?

10. <?php
$x=array(1,3,2,3,7,8,9,7,3);
$y=array_count_values($x);
echo $y[8];
?>

Leave a Reply

Your email address will not be published. Required fields are marked *