What is PHP? Flashcards

1
Q

When was PHP first released?

A

1995

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the current major version of PHP?

A

5.x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a syntactically correct php code block?

A

<?php ?>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Inside of body tags, add a php statement that echos the phrase, “Hello World”

A

<?php echo “Hello World” ?>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly