I'm a complete begginner with regards to php.
I'm converting my homepage from shtml to .php and I can't get my cgi scripts to execute on the page, all I get is the script.
In ssi I was using:
<--exec cgi=("myfile/location/etc")-->
Can anyone tell me how to run the script using php?
I can call text files with :
<?php
require ("myfile/location/ect.txt");
?>
But when I use it to display the text output of a .cgi file it just displays the text of the script. 🙁
Please help..🙂