PHP serverside scripting language or client side scripting
language>
Answer Posted / sharmilajammula
PHP is a server side scripting language whereas javascript
is a client side scripting language,where it will do client
side validations in order to reduce burden to the server.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is rtrim php?
How to receive a cookie from the browser?
What is use of isset function in php?
What is a comment in php?
How can you upload a file using php?
What is get method in java?
What changes I have to do in php.ini file for file uploading?
What is string function sql?
Explain php parameterized functions.
How does session work in php?
Explain the difference between $var and $$var?
What is the use of the function 'imagetypes()'?
Will a comparison of an integer 12 and a string "13" work in php?
Whether php supports microsoft sql server?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?