Ok. I have been doing graphics and HTML development for almost 10 years...what I dont know very well is PHP.
I was wondering if I can control banner ads on my website with a php file.
This is what I want. I want to be able to put a php tag on my HTML page that will call up an image (which will be a banner ad). Which will be displayed on each page on my website.
If I want to globaly change that banner ad, I would like to have an external php file do so.
So is there a way to have a php file where I can put the location of my banner (ie, http://blablalba.com/images/image.gif) and then have a tag on my html page that will call up an image from that php file? That way I can change what the URL of the image is in the PHP file and not do it on every single page.
Thanks! I hope somebody out there knows what I am saying.