|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-12-07 22:40 UTC] iliaa@php.net
[2003-12-14 21:16 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 09:00:01 2025 UTC |
Description: ------------ Hello well on my forum i have it include a header and footer from my main page and i get this error Warning: Unknown(): stream does not support seeking in /home/cflores/public_html/forum/global.php(313) : eval()'d code on line 4 Warning: Unknown(): stream does not support seeking in /home/cflores/public_html/forum/global.php(313) : eval()'d code on line 9 The following code is what i put in my vbulletin forum. Reproduce code: --------------- ob_start(); require_once("http://www.surrealhosting.net/forum/header.php"); $header3 = ob_get_contents(); ob_end_clean(); ob_start(); require_once("http://www.surrealhosting.net/forum/footer.php"); $footer3 = ob_get_contents(); ob_end_clean(); Expected result: ---------------- i expect it to just show the header and footer phps