PDA

Click to See Complete Forum and Search --> : PHP


brandon_behrens
Jul 12th, 2000, 11:02 AM
I think it is interesting that a site whose URL is vb-world
is programmed in php. What does that say about ASP? Didn't
this site used to be in ASP? Why the switch?

noone
Jul 12th, 2000, 12:29 PM
The site is running on an UNIX server:
Server: Apache/1.3.12 (Unix) PHP/4.0.0

And running ASP on Unix is not that much fun, tried it once, had several problems and just went with Servlets.
The fact that it's on UNIX probably has to do either with a large number of visitors or a huge database that's needed for the forum. Just a guess.

John
Jul 13th, 2000, 04:36 AM
We chose to go with the options of *nix and PHP rather than Windows and ASP, for several reasons. However, we have always used PHP, and will be doing so for the forseeable future.

John

php Developer
Jul 21st, 2000, 03:59 PM
I can't blame you for going with Unix and PHP over Windows and VB. The superiority of the former is more than obvious.

V(ery) Basic
Jul 27th, 2000, 03:00 PM
You would say that

parksie
Jul 31st, 2000, 02:49 PM
Well, if this place runs apache and php4, how do you stop extra headers appearing on your pages? Using php4 as a direct replacement for php3 always seems to put an extra Content-type header up.