What is the difference between ASP and PHP? | ||||||||
What is the difference between ASP and PHP?
| ![]() |
|||||||
| | ||||||||
First off, what are they? ASP was Microsoft's first server-side script engine for dynamically-generated web pages. It has now been superseded by ASP.NET. Web pages with the .asp file extension use ASP. Pages with the .aspx extension are ASP.NET and compiled, which makes them faster and more robust than server-side scripting in ASP which is interpreted at run-time. Such marked differences between ASP and ASP.NET have led to the terms Classic ASP or ASP Classic being used. PHP stands for Hypertext Preprocessor and is a widely used general-purpose scripting language that was originally designed for web development to produce dynamic web pages. It can be deployed on most web servers and on almost every operating system platform free of charge. Here are some fact about both and you can come to the conclusion the fits best for you. PHP is well documented. ASP is also well documented. PHP is free and broadly cross-platform. It can be installed and used on any type of server. ASP.net is Microsoft-specific and pretty expensive. ASP.net is somewhat faster than PHP and works particularly well with Windows clients. Hope that helped. |
||||||||