View Single Post
Old 06-22-2001, 02:23 AM   #4
mosquito
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
I work a lot with ASP, and have a little experience with PHP, and My opinion is that PHP is a nicer system than ASP (not because it's open source). Just because you can code cleaner with PHP than with ASP. On the other hand, I think ASP.NET is much better than plain ASP and PHP because you can save a lot of browser specific coding. ASP.NET detects the browser version, and uses client side scripting or server side scripting depending on the capabilities of the browser. Another advantage is the fact that you are working with compiled assemblies. The disadvantage of ASP.NET is the fact that it's still in beta.
mosquito is offline   Reply With Quote