client side scripting language Vs server side scripting
language
Answer Posted / sathya
The client-side scripts, like JavaScript or VBScript, are
executed in the client (a browser). The server-side ones
(like PHP, ASP, JSP, ColdFusion) are executed on the server.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is nan in php?
Which is not a php magic constant?
What are arguments in php?
What is difference between include,require,include_once and require_once()?
Can I use php in visual studio?
What is difference between session and cookies in php?
What is the use of trim in php?
What is T_PAAMAYIM_NEKUDOTAYIM?
What is difference between include and include_once in php?
What type of headers have to be added in the mail function to attach a file?
How to create a session? How to set a value in session?
Which cryptographic extension provide generation and verification of digital signatures?
What is escaping to php?
What are the advantages of php?
What is self in php?