PHP serverside scripting language or client side scripting
language>
Answers were Sorted based on User's Feedback
Answer / devendrarjadav
PHP is a serverside scripting language.
| Is This Answer Correct ? | 11 Yes | 1 No |
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 |
Answer / shivappa
php is server side scripting language
where as javascript is client side(vbscript)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / hyma
clientside scripting language is Javascript.It is used to
client side validations ex:Login form validation
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chinnu
php is server side scripiting language and it is open
source also , it is easy with downloaded
| Is This Answer Correct ? | 3 Yes | 2 No |
How to download and install php for windows?
can anyone explain oops concept in php or give website to learn this concept clearly?
Tell me which function gives us the number of affected entries by a query?
How to protect special characters in query string?
How to randomly retrieve a value from an array?
Tell us how to set cookies in php?
How many ways to include variables in double-quoted strings in php?
What is stdclass in php?
What are the steps involved to run php?
What is $this in php?
What is php session_start() and session_destroy() function?
What is csrf token and why it is required?