What is server side scripting?
Scripts run on an external server - someone else’s computer.
How does a server side script work?
The request is sent to a server, executed there, then the results are delivered back to the user.
What is input validation?
The act of inputting false data to overload someone’s computer or server.
Where can Input Validation occur?
- Server side