COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following PHPstatements will output Hello Worldon the screen?
A
ECHO("HELLO WORLD");
B
PRINT("HELLO WORLD");
C
PRINTF("HELLO WORLD");
D
SPRINTF("HELLO WORLD");
Explanation: 

Detailed explanation-1: -Which of the following PHP statements will output Hello World on the screen? Explanation: echo(), print() and printf() all three can be used to output a statement onto the screen.

Detailed explanation-2: -5. Which of the following must be installed on your computer so as to run PHP script? Explanation: To run PHP code you need to have PHP and a web server, both IIS and Apache are web servers. You can choose either one according to your platform.

Detailed explanation-3: -iv) 111 = $num; A Both (i) and (ii)

There is 1 question to complete.