Re: [PHP] Re: PHP vs. ASP

2002-01-10 Thread John Meyer
Just a couple of thoughts here: 1. Now() outputs the date, so ASP does have that. 2. I hate the concept of saying that one of these products is "superior" to the other. Why not just lay out the technical points of both, and let the reader decide. I'm okay with somebody choosing ASP (or PHP) a

Re: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Rasmus Lerdorf
> I actually was going to mention it, because I know it's being worked on > - last I read it was 'beta' or something similar, and only supported a > handful. My understanding was that even it was still a wrapper system, > but it's definitely a welcome (huge) step in the right direction, in our

Re: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Michael Kimsal
Rasmus Lerdorf wrote: >>Databases - although PHP 'supports' many databases natively, the support >>is in the form of 3rd party libraries with PHP wrapper functions. >>Nothing inherently wrong with that, but the current method dictates that >>to use oracle you use oci_ functions, for mysql you

Re: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Rasmus Lerdorf
> Databases - although PHP 'supports' many databases natively, the support > is in the form of 3rd party libraries with PHP wrapper functions. > Nothing inherently wrong with that, but the current method dictates that > to use oracle you use oci_ functions, for mysql you use mysql_ > functions

Re: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Stephen Abshire
ASP function to print out the date: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsfctformatdatetime.asp --- START SAMPLE CODE --- Function GetCurrentDate ' FormatDateTime formats Date in long date. GetCurrentDate = FormatDateTime(Date, 1) End Function -

RE: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Neil Kimber
re-usable windows/web UIs. Big downside? Has to run on MS platform. > -Original Message- > From: Stephen Abshire [mailto:[EMAIL PROTECTED]] > Sent: 09 January 2002 17:27 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: PHP vs. ASP > > > I agree about not starting a w

Re: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Stephen Abshire
I agree about not starting a war between PHP and ASP. We already have one going on that is out of hand between Linux and Windows :-) I do think it is up to how you view things. When I think of support being "native" I think of that meaning that something can perform a task using only its own i

Re: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Nicolas Costes
Well, I don't know ASP, but I fonud that learning PHP was really easy when you already know C, C++ And no variables types, pointer, etc ... is great !!! Le Mercredi 9 Janvier 2002 17:01, Dean Ouellette a écrit : > I am a newbie to programming, ASP is easier to learn? I heard PHP was > >

Re: [PHP] Re: PHP vs. ASP

2002-01-09 Thread Dean Ouellette
I am a newbie to programming, ASP is easier to learn? I heard PHP was At 04:48 PM 1/9/2002 +0100, Robert Klinkenberg wrote: >Well, I personally prefer PHP over ASP because better support from >webhosting companies, but ASP has some good points. >This is especially the case if you can setup the