deep
07-09-2003, 06:11 PM
Hello!
I use this code:
<?php require_once(http://www.mydomain.com/cgi-bin/myscript.cgi'); ?>
And when I load the index.php page I see the script like it should be in (SSI) but i also see a line above it saying:
Warning: main(): stream does not support seeking in /home/public_html/index.php on line 127
Line 127 is the line where the require_once function is placed on...
Any one know what the oproblem could be?
I use this code:
<?php require_once(http://www.mydomain.com/cgi-bin/myscript.cgi'); ?>
And when I load the index.php page I see the script like it should be in (SSI) but i also see a line above it saying:
Warning: main(): stream does not support seeking in /home/public_html/index.php on line 127
Line 127 is the line where the require_once function is placed on...
Any one know what the oproblem could be?