PHP is free and broadly cross-platform (it can be installed and used on any type of server), whereas ASP.net is Microsoft-specific, and fairly expensive. However, ASP.net is somewhat faster than PHP, and works particularly well with Windows clients.
ASP.NET is using an XML frontend that is similar to HTML, in order to communicate with .NET libraries.
.NET code is faster than PHP because it is a precompiled language, whereas PHP is an interpreted language.
Apache is a web server. PHP is a scripting language.
STRUTs is a framework of technology of java based on JSP/Java Servlets PHP is another server scripting language
.net is a framework based on Microsoft software and is not open source, php is a language which is open source and based on Linux/unix systems
JSP stands for Java Server Pages whereas PHP stands for Hypertext PreProcessor. PHP is a scripting language whereas JSP is a full fledged technology. JSP is much more powerful and has more features than PHP
http://www.thecentproject.com/sort1982.php
Asp.net 3.0 have some new feature Like Windows Presentation Foundation,Windows Communication Foundation,Windows Workflow Foundation,Windows Card Space. these feature doesn't have asp.net 2.0 .
in programming, single quotes are for characters, and double quotes are for string, but in php, javascript, html, css i don't see any difference between the two.
They are different technologies - JSP stands for Java Server Pages, where PHP means PHP: Hypertext Preprocessor... Basically, they do the same thing - generate webpages, but JSP scripts are programmed in Java, and PHP scripts in PHP, which are completely different scripting languages. PHP is usually used in small to medium-sized projects, where Java tends to be percieved as a more "enterprisey" (aimed at large projects).
One major difference between those two is the amount of time it takes to learn and install them. PHP seems fairy easy to comprehend for beginners and you just need a XAMPP/WAMP/LAMP server to run PHP while Ruby is a bit difficult.Ruby allows Java in backend so that means you can have some features like threading which are not that well supported in PHP.PHP is a bit faster then RubyCode for Ruby on Rails is quite less compared to PHP which requires a lot of coding
There's not too much of a difference. Most people prefer using double quotes because of the fact that you can do this: <?php $var2 = "Look at {$var1}!"; ?> which you can't do the {} thing with single quotes. You would have to do <?php $var = 'Look at '.$var1.'!'; ?>
they are the same, but php 5 has improvements in design, security, and stablity. it is basically a new version. if you want more details just go to http://www.php.net and find the recent changes in php.
PHP, PHP3, and PHTML refer to different versions and contexts of the PHP programming language. PHP is the current and widely used version, while PHP3 is an older version that introduced many features but is no longer supported. PHTML is a file extension typically used for PHP files, indicating that the file contains PHP code, while .php is the more common extension today. In summary, the key differences lie in versioning and file naming conventions.