What is the difference between PHP,ASP and JSP?
Answers were Sorted based on User's Feedback
Answer / deepak mahajan
All 3 are Server Side scripting language of which
ASP is developed by microsoft, runs on IIS. But its Slower than PHP
JSP developer by Sun, runs on Apache Tomcat, Slower than PHP but good for big level of projects
PHP is open source, runs on Apache, Faster than all and best for small and middle level of projects
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / atif
All 3 are Server Side scripting language of which
ASP is developed by microsoft, runs on IIS
JSP developer by Sun, runs on Apache Tomcat
PHP is open source, runs on Apache
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / vinayak
Hi all, i just found one useful information about recent
questions on php,mysql,js and css.
http://imsrinivas.com/2010/06/most-recent-interview-questions-on-php-mysql-javascript-html-and-css/
| Is This Answer Correct ? | 4 Yes | 0 No |
Applications written to provide a GUI shell for Unix and Linux are called
Which function can be used to delete a file?
Explain the purpose of output buffering in php.
What is the use of mvc in php?
How to create connection in php?
Which of the delimiter is ASP style?
Is php coding easy?
Is php used anymore?
i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.
What are the ways to define a constant in php?
How we can declare variable in php?
Where can I find php ini file?