• 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

    • I'd say the first one failed to be as popular as Apple anticipated, but the easy adjustment here is to make fewer of them next time around. It would only be a "flop" if it isn't possible for Apple to recover the design and factory tooling costs given the number of units sold, which I doubt would be the case. It isn't like no one bought them; it just failed to become the new hot phone of the year.
    • You're right that it does not follow the plain meaning of the word, but in this context, it is a legal term defined in 49 U.S.C. Kind of how "wire fraud" laws apply even if a physical wire was not used. Given that it is codified in law, and it isn't just automotive journalists that don't understand evolving technology, I highly doubt congress would change a well understood term just because technology makes the term slightly less actuate.
    • This is exactly why I keep saying we are not ready for human free self-driving. These little "bugs" are may seem like random one-offs. There was also the Waymo that drove between police with drawn weapons and the suspect they were pointing them at. From a software perspective it is easy to understand how those extremely rare situations may not have been programed for, but that is the point. If AI needs to be told to watch out for every possible contingency, then it can never be successful. There will always be the possibility of a first encounter that the AI needs to understand to avoid.
    • TeraCopy 4.0 Final by Razvan Serea TeraCopy is a compact program designed to copy and move files at the maximum possible speed, also providing you with a lot of features. Copy files faster. TeraCopy uses dynamically adjusted buffers to reduce seek times. Asynchronous copy speeds up file transfer between two physical hard drives. Pause and resume transfers. Pause copy process at any time to free up system resources and continue with a single click. Error recovery. In case of copy error, TeraCopy will try several times and in the worse case just skips the file, not terminating the entire transfer. Interactive file list. TeraCopy shows failed file transfers and lets you fix the problem and recopy only problem files. Shell integration. TeraCopy can completely replace Explorer copy and move functions, allowing you work with files as usual. TeraCopy is free for non-commercial use only. For commercial use you need to buy a license. The paid version of the program includes the following features: Copy/move to your favorite folders. Save reports as HTML and CSV files. Select files with the same extension/folder. Remove the selected files from the copy queue. Download: TeraCopy 4.0 | 14.6MB (Freeware, paid upgrade available) View: TeraCopy Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • 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
    • First Post
      BizSAR earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      586
    2. 2
      +Edouard
      187
    3. 3
      Michael Scrip
      74
    4. 4
      PsYcHoKiLLa
      72
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!