> print "Content-type: text/html\n\n";
That's the "perl" method, because perl doesn't have any native functions for
adding stuff to the response header, so you just print it :)
> header( "Content-type: test/html" );
The above is correct.
_alex
--
PHP General Mailing List (http:
Addressed to: "Karl J. Stubsjoen" <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
** Reply to note from "Karl J. Stubsjoen" <[EMAIL PROTECTED]> Thu, 25 Jan 2001
08:36:43 -0700
>
> Hello, So I think I've found 3 ways to describe the HTML Doc as
> "HTML". Which one is the best?
>
> 1) Via MetT
2 matches
Mail list logo