I am very new to PHP, but I really need help with this.
I have a site in php that has include files (i.e. "header.inc" left_side.inc")
I have specific banners in my image directory that I would like to rotate on specific pages only. The problem is that the banners display on the include files so if I want to rotate a banner for a toy company on my "kidstoys.php" page, how can I let the script know to only rotate
the banners I want? I don't have a database so I was wondering if their was a way I could get the path name from the browser and say something like:
{ if path="/kidtoys.gif" then display....
is this possible?
Thanks in advance for yuor help.
Arlene