Which of these is not a client side technology?
Answers
Answered by
7
Explanation:
Client-side means that the action takes place on the user's (the client's) computer. Server-side means that the action takes place on a web server. ... In order for a programming language to do its job, the computer has to understand the language its speaking
Answered by
0
The correct answer is PHP.
Explanation:
- PHP are not client side scripts.
- PHP is a server-side scripting language designed to be used for web purposes.
- Server-side scripting languages interpret scripts on the server side rather than client-side (like JavaScript).
- Client-side is the software that runs on a user's web browser.
- Client-side web development involves interactivity and displaying data, server-side is about working behind the scenes to manage data.
- The various examples of Client-side Languages are JavaScript, VBScript, HTML (Structure), CSS (Designing), AJAX and jQuery etc.
Similar questions