kamilchodz
6-25-05, 12:17 PM
hello,
I'm not even sure that this is an SSI, but people have included this typew of statement along with their discussions of it...
anyways if I want to do soemthing such as <?php require_once('navigation.php'); ?> in my pages, but I only want a little peice of that page (a small box for a navigation section), how do I do this? I want a constant navigation bar through my site, but when I attempt to use css and whatnot I am forced to use the entire page. Is there a way I can do a php call like this without using the entire page??
I'm not even sure that this is an SSI, but people have included this typew of statement along with their discussions of it...
anyways if I want to do soemthing such as <?php require_once('navigation.php'); ?> in my pages, but I only want a little peice of that page (a small box for a navigation section), how do I do this? I want a constant navigation bar through my site, but when I attempt to use css and whatnot I am forced to use the entire page. Is there a way I can do a php call like this without using the entire page??