Jump to content

PHP vs. ASP

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
I've heard that PHP is better than ASP from a lot of people, but I've also read that ASP is better than PHP, overall. I've always assumed PHP was better mainly because it's more popular, but I could be wrong.

#2
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
ASP seems way to hard compared to the simplistic style of PHP. Most web servers support PHP but not all support ASP.

#3
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
I wouldn't know what to say, as I've never even seen how ASP code looked. I thought servers supported all programming languages, but I guess I was wrong.

#4
Guest_WebScott_*

Guest_WebScott_*
  • Guests
The biggest thing to remember about asp is that it is generally restricted to the realm of windows servers. While there have been applications made to allow asp to run in linux (chilisoft comes to mind), my limited experience with trying to run asp on a linux machine showed it to be, shall we say... a less than ideal setup.

Asp on windows works great. PHP on windows works great. PHP on linux works great. Most web servers run on linux. That in itself has made PHP the more popular choice.

As far as coding asp vs. php goes - I started out using asp. Once I started learning php back in 2001, I quickly made the switch. PHP seemed much easier and more flexible to me. I haven't touched asp since.

#5
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts
WebScott said it well. On all points I agree.

I have noticed that PHP often fails on Windows and the service needs to be restarted though. ASP on Linux doesn't work well at all.
Void

#6
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
I guess that's another downside. What about on Macs? How does PHP and ASP work on them?

#7
Jimbo

Jimbo

    Programmer

  • Members
  • PipPipPipPip
  • 121 posts
On the plus side, there are a lot less skilled ASP programmers than PHP, therefore can command higher fees, I chose ASP between the 2 and have never looked back