nice.guy.nige wrote:
> While the city slept, Jeffrey Silverman () feverishly
> typed...
>
>> On Tue, 21 Dec 2004 13:46:46 +0000, Jan Faerber wrote:
>>
>>>
>>> I think the guys who propagate php stop a little bit to soon proudly
>>> showing their efforts.
>>
>> Huh?
>
> You took the word right out of my mouth! 
>
> Cheers,
> Nige
I think Jan has a point.
There is hardly a single PHP page out there that implements the HTTP specs
as well as a plain HTML text file of the sort you normally find used in a
frameset. In fact most PHP pages don't conform to the HTTP specs at all.
Here's a challenge: can anyone show me a PHP page that ...
a) Knows how to respond correctly to all the HTTP/1.1 request types
(OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE and CONNECT) without just
sending back the same HTML content every time, and
b) Generates Content-Length and ETag headers that allow proxy servers and
clients to cache the page properly?
I think probably not.
But plain old vanilla HTML pages of the type you normally find in framesets
can do all of these things because nobody's bothered to meddle around with
them in PHP.
I'm not defending frames, by the way. I'm just pointing out that it takes
more than "simple" SSI techniques to solve their problems.
--
phil [dot] ronan @ virgin [dot] net
http://vzone.virgin.net/phil.ronan/