Re: Which is better? PHP or ASP
PHP is much faster compare to ASP on the server end. If you write php correctly, it provide both the convenience of a scripting language and a object orientated language. PHP is more portable compare to asp or asp.net. PHP can run on both windows environment, *nix and others. ASP.NET might have many pre-written commonly used methods but many don't know that PHP come standard with the Pear (PHP Extension and Application Repository) which have many commonly used code already designed and ready to go. So I choose PHP for quick job. And for larger project, Java is the way to go.
|