EDIT; SOLVED
I've been putting some include stuff into my sites for navigation lately. The code is working fine for all of the folders in the root directory. The subfolders and lower levels are not working properly.
I've been adding this to the pages
HTML Code:<?php include ('../include/navigation.php'); ?>
I have also tried this in hopes of success
HTML Code:<?php include ('http://www.myurlhere.com/include/navigation.php'); ?>
Here are the warnings I am getting
Would appreciate any help with this. There was a recent thread discussing include stuff and this was appreciated by me, just need a little more help here.HTML Code:Warning: include(../include/navigation.php) [function.include]: failed to open stream: No such file or directory in /home/content/03/4610003/html/games/texas-holdem/index.php on line 32 Warning: include() [function.include]: Failed opening '../include/navigation.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/03/4610003/html/games/texas-holdem/index.php on line 32













LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks