I am using a compiled program to build my home page.
The compiled program builds the page line-by-line, by starting it with:
Content-type: text/html\n\n
I would like to add some php functions to the output. But I do not know how.
The output of the form:
Content-type: text/html
<? phpinfo() ?>
doesn't not work.
I have searched all the web but I found no solution.
I am using Apache 2 + php 4.