PHP serverside scripting language or client side scripting
language>
Answer Posted / devendrarjadav
PHP is a serverside scripting language.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Which will check if a function exists?
How do you check if an arraylist is empty?
Do you know how to delete a file from the system?
What is exception handling in php?
How to invoke a user function?
How to register a variable in PHP session?
Explain me what are the 3 scope levels available in php and how would you define them?
Which is used to maintain the value of a variable over different pages?
How to get complete current page url in php?
What is the use of preg_match in php?
What are the benefits of using php and mysql?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What are the Formatting and Printing Strings available in PHP?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Tell me how can you pass a variable by reference?