PHP Quiz
PHP Quiz
Answer : Option D
Answer : Option A
Answer : Option D
Answer : Option B
Answer : Option B
6. Which of the following method sends input to a script via a URL?
A. Get
B. Post
C. Both
D. None
Answer : Option A
Answer : Option D
8. Which of the following php statement/statements will store 111 in variable num?
i) int $num = 111;
ii) int mum = 111;
iii) $num = 111; (A)
iv) 111 = $num;
A. 3
B. 1+2 (A)
C. 1.+.2
D. Error
A. 3 (A)
B. 1+2
C. Error
D. 12