PHP Flashcards
1
Q
check if a form field has been filled out
A
if(isset($variable))
2
Q
what does HTTP stand for
A
Hypertext transfer protocol
3
Q
what does HTML stand for
A
hypertext markup language
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