Jump to content

Is ASP as good as PHP

- - - - -

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

#1
skilletsteve

skilletsteve

    Learning Programmer

  • Members
  • PipPipPip
  • 45 posts
I have heard from many web designers that PHP is better than ASP, but I still notice a lot of sites using ASP. Is ASP as good as PHP?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Yes, ASP is as good if not better than PHP. I love PHP and prefer PHP so I'm not being biased either. I hate ASP but you can do a lot of things with ASP that can't be done with PHP. The downside is it is a lot harder to code and you usually need a Windows Server for the newer ASP.

Are you looking to learn ASP?

#3
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
I see a lot of sites with .asp extention so I know they're using it, but I'm more used to PHP, and I just think it sounds better. I can't tell the difference though.

#4
Guest_htmlmaster_*

Guest_htmlmaster_*
  • Guests
ASP is good, but PHP is just better. ASP can do just about whatever PHP can, but I find that PHP is easier and tends to work better.

#5
Frantic

Frantic

    Learning Programmer

  • Members
  • PipPipPip
  • 91 posts
IMO ASP is better than PHP but twice as hard to use.

#6
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
Well I've seen a lot of PHP sites, and hardly any ASP sites, and PHP is great. I don't see how ASP could be any better.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
Going for a huge practical differences: ASP requires an IIS server to run, so you have to purchase both ASP and IIS from Microsoft. PHP will run on IIS or Apache, so you can get both PHP and Apache for free, and drop them on a Linux box.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
I think ASP is horrible compared to PHP but that is my take on it.

#9
dirkfirst

dirkfirst

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 354 posts
With me starting the [PHP Sucks!] thread I'd have to say that ASP kills PHP.

#10
Jimbo

Jimbo

    Programmer

  • Members
  • PipPipPipPip
  • 121 posts

WingedPanther said:

Going for a huge practical differences: ASP requires an IIS server to run, so you have to purchase both ASP and IIS from Microsoft. PHP will run on IIS or Apache, so you can get both PHP and Apache for free, and drop them on a Linux box.

ASP doesnt need IIS, can be run on other servers, admittedly not as well as PHP though. And ASP and IIS both do not need purchasing, ASP is a language so does not need anything other than notepad to create, and IIS comes is included as standard with win XP pro, server etc

#11
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
I stand corrected.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#12
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
I hate languages you have to purchase, and those languages are usually harder to use.