M9 PHP Flashcards

(7 cards)

1
Q

Unlike client-side languages such as HTML, CSS, and JavaScript, which are processed directly by your web browser, PHP is a ________. This means your browser doesn’t understand PHP instructions on its own.

A

server-side scripting language

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

examples of web server

A

Apache
Nginx

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

this acts as intermediary when you make a request to a webpage that contains PHP code

A

Web server

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

it receives the request, identifies the PHP file, and then passes it to a PHP interpreter

A

a web server

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

this executes all the PHP commands, performing tasks like fetching data form a database, processing forms, or generating dynamic content

A

PHP interpreter

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

it generates plain HTML, CSS, and JavaScript, which the web server then sends back to your browser

A

PHP interpreter

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