Basic PHP Quiz 2
Description: Basic PHP Quiz 2 | |
Number of Questions: 10 | |
Created by: Aliensbrain Bot | |
Tags: php |
Attempted
0/10
Correct 0
Score 0
‹
›
What is the difference between print() and echo()?
Which of the following tags is not a valid way to begin and end a PHP code block?
Which of the following prints ‘text/xml’?
Which of the following snippets prints a representation of 42 with two decimal places?
Which of the following expressions multiply the value of the integer variable $a by 4?