Progress, but there is still a couple of problems.
The URLs get added to the files, but the showimage.php URLs are missing the 'i=' part
For example:
Code:http://gallery.wirelessadvisor.com//showimage.php?900
should be
Code:http://gallery.wirelessadvisor.com/showimage.php?i=900
I see where to add that in your php file, but I wanted to point it out for other people who want to use this.
Also the URLs added have that double forward slash // can I just remove the trailing forward slash from $gallery_url ?


, but there is still a couple of problems.







