What is PHP? Flashcards
1
Q
When was PHP first released?
A
1995
2
Q
What is the current major version of PHP?
A
5.x
3
Q
What is a syntactically correct php code block?
A
<?php ?>
4
Q
Inside of body tags, add a php statement that echos the phrase, “Hello World”
A
<?php echo “Hello World” ?>