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 |
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
Is php dead 2019?
What does the scope of variables mean?
What is factory pattern in php?
What is the difference between php and java?
What is php and what does it do?
Does mysql need php?
How long do php sessions last?
What is the meaning of die in php?
Explain the syntax for ‘foreach’ loop with example.
Why is php used?
How can I learn php fast?