[Migrated content. Thread originally posted on 20 May 2011]
Hello,I have a website that run with acucobol cgi scripts. Now we want integrate some php code within the pages generated by our cgi scripts. The problem is that the output of the cobol program that runs the cgi (created via displays) is sent directly to navigator and the server does not interpret the php code embedded on page.
As a possible solution we plan to run the php code via call system using "php-p something.php >> outputfile" and then the cobol program to read the file outputfile and integrate it into the page but does not seem a very good solution.
Any help will be appreciated.



