CGI and PHP?
Posted: Mon Mar 31, 2008 10:37 am
Hi,
I have content to my site that my provider has instructed I display on my site using the following code:
<!--#include virtual="fbn3.cgi?mode=mklnk&movie=/path/video_1.wmv" -->
I believe the above is CGI code although I am not 100% certain.
Is it possible to write this into a PHP variabel, soething like:
$content=<!--#include virtual="fbn3.cgi?mode=mklnk&movie=/path/video_1.wmv" -->;
Thanks in advance,
Rob.
I have content to my site that my provider has instructed I display on my site using the following code:
<!--#include virtual="fbn3.cgi?mode=mklnk&movie=/path/video_1.wmv" -->
I believe the above is CGI code although I am not 100% certain.
Is it possible to write this into a PHP variabel, soething like:
$content=<!--#include virtual="fbn3.cgi?mode=mklnk&movie=/path/video_1.wmv" -->;
Thanks in advance,
Rob.