Web Development Flashcards
1
Q
Describe the client-server model
A
The client requests data from the server. The server retrieves the data and sends it to the client
2
Q
What are the two parts of a web form?
A
The HTML front end and the back end form processor
3
Q
Give two advantages of server side scripting
A
- No browser comparability issues
- Reduced load on client
4
Q
Which function should be used to sanitize POST and GET values submitted by a form?
A
filter_var
5
Q
A pattern defines a rule for the client side validation of data in a form field. Patterns as specified using?
A
Regular expressions