Re: EUPHORIA CGI - Good HTML?

new topic     » goto parent     » topic index » view thread      » older message » newer message

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." :/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu