• 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

    • Slight change of pace for me! Gunnar & the Grizzly Boys - Standard American (Official)  
    • draw.io Desktop 30.2.4 by Razvan Serea draw.io desktop is a downloadable security-first diagramming application that runs on Windows, MacOS and Linux. Creating diagrams in the desktop app doesn’t need an internet connection. This is useful when you are disconnected or when you must create diagrams in a highly secure environment, where data protection is of the utmost importance. When you use the draw.io desktop app, your diagrams will be stored on your local device. Because this is a stand-alone application, also designed to run offline, there are no interfaces to cloud storage platforms available. Of course, you can still store your diagrams in folders that are synchronised to your cloud storage if you wish. Easy-to-use diagram editor The draw.io apps work just like the office and drawing tools you are used to using. Drag and drop shapes from the shape libraries and drag to draw connectors between them. Drag connectors to add waypoints and set a precise shape and position, or let them reroute automatically. Double click and start typing to add a label to anything. Create tables and swimlane flows with a familiar tool. Style shapes and connectors with customisable palettes, sketch options, fonts and text formatting tools. Search for shapes, including in open-source icon libraries. Use our vast libraries of shapes and templates, organised into logical categories, to create a range of diagrams and infographics. Generate diagrams from text descriptions using our smart templates. Diagram faster with keyboard shortcuts. draw.io Desktop 30.2.4 changelog: Uses electron 42.4.1 Updates to draw.io core 30.2.4. Download: draw.io 64-bit | Standalone ~100.0 MB (Open Source) Download: draw.io 32-bit | ARM64 | ARM64 Standalone Links: draw.io Home Page | Project page @GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft will soon allow some users to block Copilot from analyzing their Office files by Usama Jawad Microsoft Purview is a pretty useful data governance, security, and management service that allows customers to gain enhanced visibility and control over their content. It's meant for commercial customers, such as organizations that are storing data at scale. As AI continues to expand and infiltrate every corner of a firm, many are a bit conscious about the technology gaining access to their confidential data. Microsoft is now making a configuration change that will allow such customers to rest easy. Right now, users within an organization have the option to apply Purview sensitivity labels (when available) to secure certain files and label them as such. For example, if you apply the "Confidential" label on an Excel file, the file will be encrypted, and a "confidential" watermark will be applied to it. So, if this file is shared with anyone, they are aware that its access is supposed to be restricted. Up until now, Microsoft was allowing some connected experiences, like its AI services, to analyze files, regardless of their sensitivity label. This is of major concern to most organizations, as a recent example highlighted how confidential emails with data loss prevention (DLP) policies like privacy labels were being uploaded to Copilot for analysis. As such, Microsoft is updating an existing Purview data label sensitivity setting that prevents "some connected experiences that analyze content", from being blocked completely from doing this. The label isn't changing, but the blocking is now being enforced across all connected services (including Copilot and other AI tools), and now extends to Microsoft Word, Excel, and PowerPoint. Files with the label applied already will get this enhancement automatically too once it becomes available. Microsoft has urged IT admins to inform their respective helpdesk and compliance teams, update internal documentation, and review sensitivity labels to ensure that they meet their respective compliance needs. This change is tagged as MC1297982 in the Message Center. General availability is scheduled to begin in a phased manner soon and will complete by the end of next month. That said, it is important to note that this only applies to commercial customers who have a license that allows them to use Purview.
    • llamas are unruly going haywire in New Guinea.
    • The Persuasion Engine: How Any Business Can Use AI-Powered Neuromarketing —was $28 now free by Steven Parker Claim your complimentary copy (worth $35) of "The Persuasion Engine: How Any Business Can Use AI-Powered Neuromarketing to Understand and Win Customers" for free, before the offer ends on June 24. Description The Persuasion Engine, by neuromarketing and behavioral science expert Roger Dooley, solves the most pressing challenge faced by every marketer: how to figure out why customers make the decisions they do when 95% of their thought processes occur at an unconscious level. Dooley explains how artificial intelligence democratizes sophisticated neuromarketing tools that were once available only to Fortune 500 companies, making powerful customer insight and persuasion techniques accessible to businesses of any size. The book walks you through the evolution of traditional neuromarketing into ”Neuromarketing 2.0,” where AI-powered tools eliminate the need for expensive lab studies and human behavioral science experts. It offers a comprehensive roadmap for implementing eye tracking, facial coding, biometrics, implicit testing, and advanced AI behavioral techniques that dramatically improve marketing effectiveness while reducing costs and time investment. Inside the book, you’ll find: Revolutionary AI prompting strategies that bring world-class behavioral science expertise to your desktop Practical frameworks for leveraging attention, emotion, credibility, and decision architecture to boost conversions Step-by-step guidance for implementing biometric tools and implicit testing without laboratory resources Advanced techniques for creating scarcity, urgency, and FOMO that drive immediate customer action Comprehensive methods for auditing and enhancing empathy in customer communications Perfect for marketing professionals, business owners, entrepreneurs, and anyone with a stake in customer acquisition and retention, The Persuasion Engine provides actionable strategies that will transform your approach to marketing. Whether you're working on a shoestring or managing enterprise campaigns, you'll discover how to use your customers' non-conscious motivations and create compelling marketing that work on real people in the real world. How to download for free Please ensure you read the terms and conditions to claim this offer. Complete and verifiable information is required in order to receive this free offer. If you have previously made use of these offers, you will not need to re-register. Was $28, but is now FREE | Below free offer link expires on June 24. The Persuasion Engine: How Any Business Can Use AI-Powered Neuromarketing to Understand and Win Customers The below offers are also available for free in exchange for your (work) email: The Vibe Coding Playbook: Building Your Tech Business with AI ($35 Value) FREE - Expires 6/23 The Persuasion Engine: How Any Business Can Use AI-Powered Neuromarketing to Understand and Win Customers ($28 Value) FREE - Expires 6/24 How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy ($28 Value) FREE - Expires 6/30 Cloud Security Fundamentals: Building the Foundations for Secure Cloud Platforms ($131.95 Value) FREE - Expires 7/1 The Complete Free AI Learning: Master ChatGPT, Claude, Gemini & More ($21 Value) FREE How to Build an AI Design Workflow with Gamma ($21 Value) FREE The Ultimate Linux Newbie Guide – Featured Free content Python Notes for Professionals – Featured Free content Learn Linux in 5 Days – Featured Free content Quick Reference Guide for Cybersecurity – Featured Free content We post these because we earn commission on each lead so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin The above deal not doing it for you, but still want to help? Check out the links below. Check out our partner software in the Neowin Store Buy a T-shirt at Neowin's Threadsquad Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: An account at Neowin Deals is required to participate in any deals powered by our affiliate, StackCommerce. For a full description of StackCommerce's privacy guidelines, go here. Neowin benefits from shared revenue of each sale made through the branded deals site.
  • 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
      589
    2. 2
      +Edouard
      190
    3. 3
      Michael Scrip
      76
    4. 4
      PsYcHoKiLLa
      75
    5. 5
      neufuse
      72
  • Tell a friend

    Love Neowin? Tell a friend!