|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-24 12:23 UTC] debug at parafx dot com
[2002-09-17 21:34 UTC] iliaa@php.net
[2002-10-08 21:41 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 26 23:00:01 2025 UTC |
Warning: Failed opening '../includes/header.php' for inclusion (include_path='.;/includes') in \\vol\sites$\website\public\pages\search.php <?php $page="search"; include("../includes/header.php"); ?> It seems to not like the relative path. I can use: <?php $page="search"; include("/includes/header.php"); ?> OR <?php $page="search"; include("header.php"); ?> But the traversing back via relative path is not working I tried a CVS from 2 days ago but that CVS didn't work at all. Any suggestions? It would be really great to get this working again.