PHP Test: Advance - Online Test

Test Difficulty Level: Hard

Syllabus of Test

Sample Question from this online test:

Question: The -q option on the PHP command line used to denote

Option A: Don't echo back any user inputs

Option B: Don't output any HTML headers automatically

Option C: Run from the command line rather than from a web page

Option D: None of the Above

To answer, click the "Start This Test" button below.

Start this Test






Comments

Shamit Kumar Tomar on 2008-09-28 06:47:39 wrote,

Very good. Keep this up.

Gagan charaya on 2011-01-13 00:46:04 wrote,

Question 11 :

In PHP which of the following is used for looping

Option A: foreach

Option B: do...while

Option C: while

Option D: All the Above

Your Answer: D

Correct Answer: A

I think answer should be D. Foreach is used for looping over arrays.

swati suryawanshi on 2011-08-04 23:00:55 wrote,

on 2011-01-13 12:16:04 wrote,Question 11 :

In PHP which of the following is used for looping

Option A: foreach

Option B: do...while

Option C: while

Option D: All the Above

Your Answer: D

Correct Answer: A

I think answer should be D. Foreach is used for looping over arrays.

pawan jehgaria on 2011-11-22 05:18:18 wrote,

on 2011-01-13 12:16:04 wrote,
Question 11 :

In PHP which of the following is used for looping

Option A: foreach

Option B: do...while

Option C: while

Option D: All the Above

Your Answer: D

Correct Answer: A

I think answer should be D. Foreach is used for looping over arrays.

Give the right answer .....it should be (D)

anil verma on 2012-02-02 02:25:33 wrote,

pagal ho gaye ho kya bhai

raghu ram on 2012-04-15 07:15:41 wrote,

useful but looping techniques are foreach(), while(), do while()....all but in answer mentioned foreach() only which is used to loop over arrays through key value pairs....