client side scripting language Vs server side scripting
language
Answer Posted / subash
server side scripting:script run on server ie,a single machine
Client side scripting:script runs on client's machine.
| Is This Answer Correct ? | 6 Yes | 21 No |
Post New Answer View All Answers
What is a helper function?
Do you know how to delete a file from the system?
How come the code works, but doesn’t for two-dimensional array of mine?
What do you mean by core php?
What is php session id?
Can php run on windows server?
What is namespace and use in php?
Why do we use htaccess
What is php string function?
Explain the casts allowed in PHP?
What is data structure in php?
Explain what is the difference between $var and $$var?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
How many escape sequences are recognized in single-quoted strings?
How does csrf attack work?