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 |
write a program to print [123] [456] [789] note : braces also need to be printed
What is file upload?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
What is the functionality of md5 function in php?
What are sql injections, how do you prevent them and what are the best practices?
What are the functions for imap?
How to access a Static Member of a Class in PHP?
What is a session in php?
When to use inquire vs enquire?
Which is the Best plateform for PHP?
!== represents what?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?