Answer Posted / vaseem ahmed
PHP is a powerful tool for making dynamic & interactive web
pages.It is a widely used & efficient alternative to
competitors such as Microsoft ASP.
It is a server side scripting language,in PHP group of
statements are executed on server side.
| Is This Answer Correct ? | 25 Yes | 8 No |
Post New Answer View All Answers
What is the difference between file_get_contents() and file_put_contents() in php?
Give the case where we can use get and we can use post methods?
What is lazy loading in php?
What is the role of the .htaccess file in php?
Tell me how would you declare a function that receives one parameter name hello?
Is variable name casesensitive in php?
How to call php function in jquery?
Can php run on windows server?
Do you know what is the difference between the include() and require() functions?
What is a model in php?
Why php is used in html?
Does session expire on closing browser?
What is the difference between nowdoc and heredoc?
Is php free to use?
What is xss and csrf?