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"); ?>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!