Hi,
Most of my website is in PHP, using include() files to template my content. However, there is one part of my site that uses compiled CGI code which outputs HTML to the browser via the "Content-type: text/html" etc. I've tried putting PHP code into the CGI output, but the server doesn't see that the output is PHP, and it goes unprocessed. Is there a way to get my CGI program to output to the PHP processor?
Thanks, Randall