1.

Which of the following php statement/statements will store 111 in variable num?

A. int $num = 111;
B. int mum = 111;
C. $num = 111;
D. 111 = $num;
Answer» D. 111 = $num;


Discussion

No Comment Found