can I...?

O

old.FLuFfYBuNnY

Guest
can i use php include to include a cgi page onto a php page? or is they two different things which cant be mixed?
 
O

old.Pac

Guest
Not sure about that one.

You can include a file into a PHP page by using the following:

<?php include ("path/tp/file/file.txt"); ?>

Its up to you to test see if it works with CGI.
 

Users who are viewing this thread

Top Bottom