Page 1 of 1

Including a shtml file in a PHP Page

Posted: Tue Aug 17, 2004 3:17 pm
by Brainchild
Hey, im trying to include a .shtml file to my index.php page.
The .shtml has the code <!--#exec cmd="cgi-bin/entropybanner.cgi"--> in it for banner rotations. And the file that has that code has to have a .shtml extension to work. Is there anyway i can indlude this file or code into my index.php page?

Posted: Tue Aug 17, 2004 3:31 pm
by Draco_03
do you know how include work ?
It simply paste the code into the page you want.
here

Posted: Tue Aug 17, 2004 3:59 pm
by Brainchild
i wish i could say i get this, but i dont know much about php :/