1.

<?php$x = 8;$y = 8.0;echo ($x === $y);?>17.The script that executes at the browser side is called _____

A. Client side scripting
B. Server side scripting
C. Both A and B
D. None of the above
Answer» B. Server side scripting


Discussion

No Comment Found