• 0

PHP or ASP?


PHP vs ASP  

71 members have voted

  1. 1. PHP or ASP?

    • PHP
      57
    • ASP
      14


Question

25 answers to this question

Recommended Posts

  • 0
Do you mean ASP or ASP.NET? There's a huge difference.

If it's old ASP, go with PHP.

+1

If it's ASP.NET, I'd say learn that with C#. From there, learning php will be a breeze for the most part. My reasoning is simple. The C-style syntax of C# translates well to many other languages. The tools for C# are really nice. There are excellent extensions for the latest framework to enable cleaner design and testability. It's compiled instead of interpreted(fast). Excellent component selection. Excellent caching facilities. Excellent database connectivity. LINQ.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589388034
Share on other sites

  • 0

I prefer PHP, it looks easier to learn and iss quite easyonce you get your head around it :p but then i have looked at much ASP, im just going on first glance..

PHP. ASP only runs on windows and why would you want to run a windows web server..?

you can run ASP on a linux system.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589394530
Share on other sites

  • 0

PHP cannot be compared to .NET except in the "it hasn't got this" type way (* 1000).

OT: My opinion of PHP has dropped significantly ever since my server started throwing up "Access Violation" errors (but not on a page refresh) to which there are no fixes whatsoever, only vague suppositions. This coupled with a complete lack of interest in getting the ISAPI module working even halfway decently on Windows Server 2003 (no, I'm NOT going to use the CGI module) leads me to consider the whole thing as unfit for purpose except on Linux box through Apache. Reconfiguring a Windows 2003 server to use Apache proxying to over 50 non-PHP sites in order to get 4 PHP sites working is not worth my time. I'll just have them hosted somewhere else.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589404301
Share on other sites

  • 0

I voted PHP only because most of the web servers I have to deal with are configured with PHP.

I write in both ASP and PHP, and I charge at least double for writing ASP, although usually that's because we're building a proper web application as opposed to a website. PHP cannot compare to ASP.NET - as mrbester said, there are a thousand things that PHP hasn't got - and though you can generally do it in PHP, it takes a hundred extra lines of code, or a horrid hack that isn't portable in an easy fashion especially when you come to start to deal with geographically dispersed load balancing or mirroring of data.

My philosophy is simple - if it's a website use PHP, if it's a web application, use ASP. When you start to run into thousands of lines of code, there is no comparison to MSSQL and ASP.NET, it beats PHP hands down - but for simple websites, CMS, etc etc - PHP beats ASP hands down on speed of execution, speed of coding and portability.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589409074
Share on other sites

  • 0
Bah, in the end, PHP is free and can be installed on a free server. It's also very easy to install on a local machine... and it is possible to install it even without Windows.

ASP and ASP.NET are just as free as PHP and can be installed on any box that'll run it. The only cost you're going to incur is the cost of the Windows OS license. If it's a business solution, chances are you're buying a Windows server anyways. If it's your own box to serve pages to more than 10 people, yes Linux is cheaper.

Good ASP and ASP.NET hosting can be found at around $15/month, which is right around good Linux/PHP hosting.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589414972
Share on other sites

  • 0

In my experience, I find ASP.Net more frustrating. It has a heap of controls to allow to build things rapidly, but if your trying to customize things abit you can get into trouble, or sometimes their solution is just really long winded. I don't particuarlly enjoy them filling my HTML with all their crap. :( With PHP it *can* (although I think I write PHP quicker..) take longer to implement things, but you have more control over it.

Thats just my very random experience, but I'm kinda learning as I go through this huge project so. :p

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589418453
Share on other sites

  • 0
Classic ASP... that's for work, so no way are they gonna let me play with the latest stuff. They prefer methods they know they can depend on

Companies are always slow in this stuff, pretty annoying

Over six years slow? ASP.NET really isn't "new stuff" anymore. There's already been four versions of it (1.0, 1.1, 2.0, 3.5).

IMO, it sounds like they're being cheap. Any company that still creates apps using classic ASP is making a mistake.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589418496
Share on other sites

  • 0
Any company that still creates apps using classic ASP is making a mistake.

Alright then. Whip me up a page with multiple forms, all including WebControls (and therefore are runat="server" and can access ViewState *for that form*), where there is no form processing Factory pattern to deal with the different forms submitted to the one page.

Point deducted for not using <form runat="server"> for all forms (simply posting a HTML <form> to another .aspx and retrieving values doesn't count). Points are also deducted for "solutions" that require JavaScript on the client (for code injection, form redirection / alteration) as that breaks accessibility guidelines. Points further deducted for simply saying "use WilsonWebForms to encapsulate System.Web.UI.Page".

Oh, and I don't want ViewState unnecessarily cluttering up the page. If I wanted to have the client have some record of dynamically entered form values then I'd have used Gears / AIR.

Now whip up a page in Classic ASP (or PHP) that handles multiple forms. Which was easier?

Edit: link edited.

Edited by mrbester
Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589419353
Share on other sites

  • 0
PHP. ASP only runs on windows and why would you want to run a windows web server..?

Have you never used IIS6? How about the newer IIS7?

Comments like that only show that you don't have the capacity to try out other alternatives, or that you are relishing in your Linux fanboy status.

Yes it's true that Apache powers the largest percentage of web servers, and commands around 50% of the market, but IIS is the second most popular webserver, which currently holds around 35% (and with IIS7, this is increasing). This means directly that Windows is the OS of choice for that 35%. IIS6 (along with Sql Server) is one of the most secure platforms available. In fact, the majority of vulnerabilities over the last couple of years aren't even the fault of IIS, just the platforms built around it.

View: April 2008 Web Server Survey

View: Vulnerability Report: Microsoft Internet Information Services (IIS) 6

PHP is a great platform, it's lighweight, easy to use and is fast. There is a substantial community dedicated to producing extensions, web 2.0 frameworks etc.

ASP was great in it's day, but in todays world, developers want a true OO language, and coupling C# (or VB.NET) with HTML has provided this.

The OP asked what we prefer PHP or ASP (read: not ASP.NET). If this is the case, PHP does win, but not by much. ASP also afforded the developer access to the COM environment which makes integration projects viable.

If ASP.NET was thrown into the mix, then IMHO, ASP.NET would win. But ASP.NET is not a language, it is a platform. It provides the developer with a broad yet robust execution pipeline allowing them to tap into ASP.NET at many different stages. It uses the .NET CLR at it's core, providing strict typing, and full OO, threading, garbage management, IPC and the ability to expose services numerous different ways.

And of course with IIS7, this has improved even more because ASP.NET is integrated right down into the core of IIS, allowing you to do much more, like providing Forms based Authentication on non-ASP.NET websites.

View: A low-level Look at the ASP.NET Architecture

View: ASP.NET Integration with IIS7

What you should really do, is actually spend some time looking into viable alternatives. PHP/Linux isn't the holy grail, and neither is ASP or ASP.NET. Developers want freedom, and they have it. It's just biased opinions like yours that keep this ridiculous Microsoft vs The World debates going, and believe me, they are getting boring.

To everyone else: Sorry for the rant, these comments are strictly my own opinion.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589419420
Share on other sites

  • 0
Alright then. Whip me up a page with multiple forms, all including WebControls (and therefore are runat="server" and can access ViewState *for that form*), where there is no form processing Factory pattern to deal with the different forms submitted to the one page.

You know that having two server-side forms right out of the box on the same page is impossible. Regardless, that's a horrible reason for staying with classic ASP.

However, if you still want a reason, I would say: MonoRail. It's TDD-friendly and helps you get around some of the server control issues.

Now whip up a page in Classic ASP (or PHP) that handles multiple forms. Which was easier?

Oh, so we're taking a simple multiple form example and basing our decision over what was easier? How about an application much larger than that? Would you like to deploy your COM components and then cycle the server every time you have to deploy them? Do you like inventing your own custom session state implementation when you need something better? How about TDD?

My quote said: "Any company that still creates apps using classic ASP is making a mistake." I didn't say creating one or two simple pages. I said creating an app. Maybe I should have specified the size. Either way, I still stand by my point.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589419725
Share on other sites

  • 0
PHP cannot be compared to .NET except in the "it hasn't got this" type way (* 1000).

OT: My opinion of PHP has dropped significantly ever since my server started throwing up "Access Violation" errors (but not on a page refresh) to which there are no fixes whatsoever, only vague suppositions. This coupled with a complete lack of interest in getting the ISAPI module working even halfway decently on Windows Server 2003 (no, I'm NOT going to use the CGI module) leads me to consider the whole thing as unfit for purpose except on Linux box through Apache. Reconfiguring a Windows 2003 server to use Apache proxying to over 50 non-PHP sites in order to get 4 PHP sites working is not worth my time. I'll just have them hosted somewhere else.

Windows 2003 and FastCGI - Not normal CGI is the best solution for PHP on Windows IIS, very fast and stable.

Link to comment
https://www.neowin.net/forum/topic/636003-php-or-asp/#findComment-589451043
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Surprise! We still can't get it right. With the current state of AI, the crappy software, the huge mega-corporations that back all of these idiot things, I think we are a very long way away from SAE Level 5. I, for one, will never get in one.
    • Nice. September/October GA?! I'll keep following it, but won't install any preview or beta versions.
    • Wow, that could have been dangerous, certainly not ready for these things. They have to be 100% or pretty well close to it. Not that I will see one i doubt, never mind ride in one, they may have them in London, but I doubt they will come to where I live.
    • Nothing kills CMF Phone 2 Pro's successor due to rising memory prices by Hamid Ganji Storage and RAM prices have been rising over the past year, leading to a significant increase in the cost of electronics for customers around the world. Many companies are now revising their plans for upcoming devices due to higher component costs and overall production expenses. CMF is the latest company to cancel the successor to one of its best-selling phones due to rising memory prices. CMF is a sub-brand of Nothing and focuses on making budget smartphones for growing markets. The brand launched the CMF Phone 2 Pro last year with some eye-catching specifications and an affordable price. While many customers may have been waiting for a successor this year, one of the company’s executives has announced that CMF will not release a new smartphone this year. And AI is to blame. As Nothing co-founder Akis Evangelidis announced on X, the company has been working on a successor to the CMF Phone 2 Pro, but with current memory prices, it cannot “build a phone that feels like a genuine step forward at a price that makes sense for CMF.” So, no new CMF phone will be launched this year. Meanwhile, Evangelidis said the company still has several new products in the pipeline, including some in entirely new categories. He added that the Nothing brand will also continue launching new products through 2026. Budget smartphones are among the first victims of the surge in RAM and memory prices, as they have become more expensive to build. The sharp increase in memory costs could also reshape the traditional price ranges associated with budget phones. Apple CEO Tim Cook also recently said that price increases for some of the company’s products are unavoidable because RAM and memory have become significantly more expensive this year. Analysts estimate that the base price of the upcoming iPhone 18 Pro could rise to $1,399 due to current market shortages.
    • Nudge me when they bring back hardware audio acceleration so I can get my EAX 5 back. We've evolved graphics to real-time path tracing, but regressed audio some 15 years back in time with this stupid software audio stack.
  • Recent Achievements

    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • One Year In
      Skeet Campbell earned a badge
      One Year In
    • One Month Later
      Sharbel earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      541
    2. 2
      +Edouard
      187
    3. 3
      Michael Scrip
      78
    4. 4
      PsYcHoKiLLa
      75
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!