PHP Flashcards

1
Q

check if a form field has been filled out

A

if(isset($variable))

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

what does HTTP stand for

A

Hypertext transfer protocol

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

what does HTML stand for

A

hypertext markup language

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

describe the request/response procedure

A

client requests a page - browser looks up IP address of server - browser requests page from server - server gets the index of the page - server returns the index to the page - browser receives and displays the page

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