Define PHP Flashcards

1
Q

What does PHP stand for?

A

PHP: Hypertext Preprocessor

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

What type of language is PHP?

A

A widely-used open-source server-side scripting language designed specifically for web development

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

What is a key feature of PHP in relation to HTML?

A

PHP can be embedded within HTML

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

Where is PHP executed?

A

On the server

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

What do the PHP tags <?php and ?> specify?

A

They indicate the beginning and end of a block of PHP code within an HTML document

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

What happens to code written between the PHP opening and closing tags?

A

It will be processed by the PHP interpreter

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