Hello , i'm using Moscow ML combined with CGI. I have a site that calculates simple arithmetics. When the submit button i pushed, the site is redirected to the actual CGI file that outputs the result of the calculation. Although in my case, it outputs the html code in raw form rather then actually outputting the result in html. Anybody that knows a solution to this problem ? // thx beforehand
+1
A:
It sounds like you are missing a content-type http header such as:
Content-type: text/html; charset=utf-8
klausbyskov
2010-03-16 14:34:54
tried it but still :(
Krewie
2010-03-16 16:37:10
i guess that was the problem , stupid me :p , thx :)
Krewie
2010-03-18 10:06:58