Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum

Full Version: To Develop the Website...ASP - PHP - which is better?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
guys, I’m really confused --which is better in order to have a good website
PHP is just and interpreted language though it is strong enough to develop any kind of page you want to develop.
ASP.NET is a part of a framework which means you may use the framework's abilities. Your ASP.NET application can be a part of a mobile, Windows, Windows Service, Smart client or even unmanaged code supported.
you know C and C++, then C# looks like a normal way forward.
Asp.net and C# is a good combination to work on web development.

PHP and asp.net both have almost same power to build web products.
asp.net is backed by Microsoft and is much easier and fast to work on. You just need a windows system and visual studio web developer to start. Visual web developer is available free of cost from microsoft here :
http://www.asp.net/

I myself have the same profile i.e. i was a c, c++ guy and moved on to learn C# and now work in asp.net development with C#.

Let me know if you need more information.
Both are equal important and depends on your interest and knowledge.I personally use PHP.
ASP a little bit more work as PHP
so in that way PHP is better to work
Hi,

My experience, I would say PHP is better than traditional ASP, but if you plan to work on windows platform then .net is also a choice.

Two main things that people generally consider while making the choice between the two are: -

~ The size to which the database of the website can increase and

~ The cost of hosting when website becomes popular and need dedicated server for hosting the website.


Cheers,

~Maneet
Both PHP and asp.net are better...But PHP is very easy to develop our website when compared to asp.net..Then better to choose PHP..
php and ASP are good languages you used it for Website.
ASP and PHP are both programming languages that are commonly used to create websites. Unlike the usual static html web pages, ASP and PHP websites are more dynamic and can allow users to interact and exchange information using the website's databases.

ASP is the short term for Active Server Pages, a type of program that works with Microsoft alongside IIS or Internet Information Server. ASP needs a Microsoft Server for the website to work. On the other, PHP or Hypertext Preprocessor, runs using Linux or Unix server. The more updated PHP programs can now run on an NT server.

PHP programs can also run in Windows, Solaris, Unix and Linux while ASP can only work with Window-based platforms. Just recently, ASP can now run on a Linux platform given that there is an ASP-Apache program installed on its server.
php is much better than asp
Pages: 1 2
Reference URL's