Re: why php
From: Cameron (cam_at_foo.bar.invalid)
Date: 11/28/04
- Previous message: Hilarion: "Re: why php"
- In reply to: Hilarion: "Re: why php"
- Next in thread: Peter: "Re: why php"
- Reply: Peter: "Re: why php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Nov 2004 14:20:37 +0000
Hilarion wrote:
>>Php is better because it is FREE,
>
>
> IIS and .Net Framework are free too.
>
>
>>Serverside and can interface with a lot of RDBMS.
>
>
> ASP and ASP.Net are too.
>
>
>
>>If you have any experience of C then php is for you because it follows a very similar Syntax as C.
>
>
> You can use C# or JScript in ASP, which are similar to C also.
>
>
>
>>Example: Have you ever tried doing URL rewrites in ASP. In php You dont, you do it in the server config, no need to install DLLs
>>and the rewriting is 30 times faster.
>
>
> I believe you are talking about mod_rewrite, which has not much to do with
> PHP, but with Apache.
>
>
>
>>Peronally I think Perl and Python are the business
>
>
> Personally I don't, but who cares?
>
>
>
>>but php has ease of use and is easier to learn.
>
>
> Yes, it is. That's why I prefer PHP over ASP, JSP, Perl etc.
>
>
> Hilarion
>
>
Firstly doesn't IIS require licenses depending on how many people use
it? I seem to recall that being the case back in the day when I thought
ASP was hot stuff ;)
Perl is a great language, powerful as hell, but it wasn't written for
the Internet hence the name "Practical Extraction and Reporting Language".
ASP isn't a language in its own right, it's more of a server interface,
ASP requires VBScript/Javascript etc... to operate.
In the end ASP and PHP comes down to a judgment call and what technology
is available although PHP is known to be faster. Perl as I said is very
powerful, however the amount of work that is required to get CGI scripts
up and running is quite a bit more demanding compared to that of PHP.
To some up some of PHP's finer points, it is fast*, it is designed for
rapid development specifically for the Internet, it can be moved to
other platforms than which it was designed on in most cases and is
extendable.
Oh and on a different note, I am evaluating "Zend Studio", my god that's
a good PHP IDE, and when I have some spare cash I am fairly sure I will
buy it.
~Cameron
*But only as fast as the person that writes it.
- Previous message: Hilarion: "Re: why php"
- In reply to: Hilarion: "Re: why php"
- Next in thread: Peter: "Re: why php"
- Reply: Peter: "Re: why php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|