Hmm that's a new one there DukeofUrl. Haven't tried the implode statement. I'm only about 1/3 of the way through my PHP book.

Learning as I go and enjoying every minute. hehe
Ok, the album in question is Mike Bobbitt's album script. Which I love. And love even more since he added in the ability to authenticate based on my .threads user database.
The URL to my album is
http://album.sofguild.com, the built-in SSI grabs a thumbnail of a random image. Works fine if you click the link,
http://album.sofguild.com/cgi-bin/album/album.pl?random=1;ssi=1, but throws errors when included on a PHP page.
I can't give the PHP code just now, since I'm at work, but will drop by this evening and paste the code I'm currently using. Basically I've tried a variety of include statements, using URL and disk paths.
Here's the error thrown by my site, I'm including this in a PAL box, using the IIP index page.
<br />Warning: Failed opening 'http://album.sofguild.com/cgi-bin/album/album.pl?random=1;ssi=1' for inclusion<br /> (include_path='.;c:\php4\pear') in c:\webs\sofguild\threads\pals\custombox5pal.php on line 30<br />
FYI, line 30 is the include statement, I'm pretty sure I need to clean up the included URL, probably not liking the ; in there.
Thanks all.
