i have a php file - index.php
which pulls the nav menu from - nav.txt
within the text file i also pull my banner program script - getbanner.php
all works fine so far using <? include("getbanner.php"); ?>
if i try and pull getbanner.php?level=1 i get unable to access file ?? (which i use for a WHERE function from my db SELECT)
any ideas ??? i want to be able to set different levels so that i can pull up different banners within different areas of the pages
can this be done, it would be a lot easier than having a new script for each banner level (type)
thanks darren