PHP Quiz Questions and Answers
January 17, 2011 at 1:21 pm Leave a comment
Find below MCQ (Multiple Choice) questions and Answers for PHP.
PHP QUESTIONS AND ANSWERS
| 1)<?php $x=array(“aaa”,”ttt”,”www”,”ttt”,”yyy”,”tttt”); $y=array_count_values($x); echo $y[ttt]; ?> |
| a)2 |
| b)3 |
| c)1 |
| d)4 |
| Show Answer |
|
|
| 2) How do you get information from a form that is submitted using the “get” method? |
| a)$_GET[]; |
| b)Request.Form; |
| c)Request.QueryString; |
| d)$_POST[]; |
| Show Answer |

Trackback this post | Subscribe to the comments via RSS Feed