Page 1 of 1

Warning: main(): stream does not support seeking

Posted: Sat Nov 29, 2003 7:51 am
by r3curse
hiya :)

I'm getting this error: Warning: main(): stream does not support seeking in /home/r3curse/public_html/fresh/index.php on line 174.

Line 174 refers to:

Code: Select all

<?php include ("http://whatever.com/inc/php/header.php"); ?>
The same occurs when I use an ftp path.

I'm basically just trying to include (or require, whichever really) a header and a footer to my document.
Any thoughts on this, people?

Thanks!

Posted: Sat Nov 29, 2003 7:59 am
by r3curse
eh, ok, nevermind :)

Posted: Mon Dec 01, 2003 3:26 am
by twigletmac
For anyone else having this problem:
http://php.net/manual/en/function.main.php

Mac