Re: EUPHORIA CGI - Good HTML?
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Oct 19, 2003
- 419 views
On Sun, 19 Oct 2003 10:41:45 -0500, "C. K. Lester" <euphoric at cklester.com> wrote: > result = "Content-Type: text/html\n\n" > result = "<html><head>Testfile</head><body>Testing one two Don't you need to, like, concatenate those rather than just overwrite the first bit with the second? Pete