Code: Select all
<img src='www.mysite.com/display.php?user=example'></img>in display.php
there is this:
Code: Select all
<img src='www.mysitecom/images/1.gif'></img>
<img src='www.mysitecom/images/2.gif'></img>
<img src='www.mysitecom/images/3.gif'></img>
<img src='www.mysitecom/images/4.gif'></img>four images. This works when display.php is a text file, as in all of the images load. However, when the four images are generated from display.php, it just produces a broken image. How can i get PHP to dynamically generate the HTML of four images that an external site can read as HTML?
I'm sorry if that was a bit confusing but anything helps! I'm really stuck here and just need a little push.
Thanks a lot
~Deathblade
And by the way i did get the <img src> to load up 4 images from a single file that had the source of all 4 of them in it. Surprised me, but it worked.