First, I am NOT a programmer, my background is in sales. I understand a bit of Perl but I have little experience with databases.
I DO know HTML though.
I have looked through every online article or resource I could find, but they all seem to jump from simple to complex very quickly. I DO know HTML though.
Here's what we would like to have.
We don't have a lot of banners (8), just a lot of pages, and I will manually change the banners.
But is there a way to embed PHP to print this?
<a href="some URL from a text file"><img src="some image from banner pool"><br>sales text</a>
Where I can call different banners by changing where PHP looks for the txt and img files.
Do I need to do a fopen? or something similar?
Any help will be greatly appreciated.