Hi there,
My provider (strato.de) offers me this cgi, which contains some php
elements as far as I guess. I am running my page with php and would
like to include in the over all design the formmanager (contact page)
However, I cannot include it from inside a page
Here is the code I use (without the // obviously)
// <?php
// include("/cgi-bin/formmanager.php .cgi?action=ext _preview&fid=2" );
// ?>
The error reported is:
Warning: main($/cgi-bin/formmanager.php .cgi?action=ext _preview&fid=2) :
failed to open stream: No such file or directory in
/mnt/am2/02/236/00000005/htdocs/ic-cms/kontakt.php on line 31
Warning: main(): Failed opening
'$/cgi-bin/formmanager.php .cgi?action=ext _preview&fid=2' for inclusion
(include_path=' .:/opt/RZphp4/includes') in
/mnt/am2/02/236/00000005/htdocs/ic-cms/kontakt.php on line 31
Can any one help, the help desk at Strato is not particularly helpful
My provider (strato.de) offers me this cgi, which contains some php
elements as far as I guess. I am running my page with php and would
like to include in the over all design the formmanager (contact page)
However, I cannot include it from inside a page
Here is the code I use (without the // obviously)
// <?php
// include("/cgi-bin/formmanager.php .cgi?action=ext _preview&fid=2" );
// ?>
The error reported is:
Warning: main($/cgi-bin/formmanager.php .cgi?action=ext _preview&fid=2) :
failed to open stream: No such file or directory in
/mnt/am2/02/236/00000005/htdocs/ic-cms/kontakt.php on line 31
Warning: main(): Failed opening
'$/cgi-bin/formmanager.php .cgi?action=ext _preview&fid=2' for inclusion
(include_path=' .:/opt/RZphp4/includes') in
/mnt/am2/02/236/00000005/htdocs/ic-cms/kontakt.php on line 31
Can any one help, the help desk at Strato is not particularly helpful
Comment