Re: EUPHORIA CGI - Good HTML?
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Oct 20, 2003
- 416 views
Should be result = "Content-Type: text/html\n\n" & -- LOOK AT THIS result = "<html><head>Testfile</head><body>Testing one two C. K. Lester wrote: > ============ The Euphoria Mailing List ============ > > I'm using this program to test output with Apache 2. It ain't workin'... > but I don't know why. Does anybody know? Thanks. :) > > -- end of test.exw > sequence result > > result = "Content-Type: text/html\n\n" > result = "<html><head>Testfile</head><body>Testing one two > > puts(1,result) > -- end of test.exw > > My httpd-errors.log file says, "Premature end of script headers: > test.esp." :/