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 the current stable version of php? What advance thing in php7?
How to get the number of characters in a string?
Is php closing tag necessary?
How is it possible to cast types in php?
What is isset function in php?
Which function is used to read a single character from a file in PHP.
What is a base url?
What is the meaning of a final class and a final method?
How can we make a constant in php?
What is rest api in php?
Explain what are the different errors in php?
What's the output of the ucwords function in this example?
Do you know how to enable error reporting in php?
Php program to generate fibonacci series?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()