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