Musikpro
28 Oct 2009, 06:00 PM
Hello,
I'm trying to use this to include a navigation bar on each of my pages.
<?php virtual('/nav.php'); ?>
However, whenever I try to view the page, it gives me an error, saying the function 'virtual()' is not defined.
So, I tried using 'include ()', and 'require_once()' but those too, aren't working...
to resolve the issue, I edited my nav.php file to just this:
<a href="/egerg.com">ergre</a>
<a href="/dfbd.com">dffbd</a>
<a href="/nyrh.com">rhrttr</a>
Still no luck....
Any suggestions would be greatly appreciated! Thanks!
I'm trying to use this to include a navigation bar on each of my pages.
<?php virtual('/nav.php'); ?>
However, whenever I try to view the page, it gives me an error, saying the function 'virtual()' is not defined.
So, I tried using 'include ()', and 'require_once()' but those too, aren't working...
to resolve the issue, I edited my nav.php file to just this:
<a href="/egerg.com">ergre</a>
<a href="/dfbd.com">dffbd</a>
<a href="/nyrh.com">rhrttr</a>
Still no luck....
Any suggestions would be greatly appreciated! Thanks!