My site (www.snapherup.com) is written entirely in PHP and I have set up a banner-rotation system. The banner info is pulled from a random row in a MySQL database which includes the HREF and IMG SRC data to insert into the HTML. The SRC links are absolute http://... references as they go to a third-party affiliate network.
This all works fine when browsing around the site. However, whenever a form is submitted, the resulting page does not show the images (just the little red cross in IE). Why should going to a page by submitting a form be any different from going to a page by clicking on a link? Is it something to do with data posted in the header???
You can see the problem for yourself by going to the homepage at www.snapherup.com and clicking on the "Log in" button on the right (even without entering a username/password).
N.B. The exception to this is if you see an Amazon banner appear as I store these locally.
Thanks for any help.
Jon.