Basically the problem is that on my forum I have an Images thread which I display all my images in from events I have attended. The problem is that there is a vast amount. So when I am posting I have to write my post like this...
Code: Select all
[img]http://www.mysite.com/images/image1.jpg[/img]
[img]http://www.mysite.com/images/image2.jpg[/img]
[img]http://www.mysite.com/images/image3.jpg[/img]
[img]http://www.mysite.com/images/image4.jpg[/img]
[img]http://www.mysite.com/images/image5.jpg[/img]
^^ now imagine that but with hundreds of images... not 5. As you can imagine it takes me a vast amount of time to write this out.
So basically what I am wondering... is if it is possible to write a php script which I can upload to the image directory in question... run it... and it outputs all of the image URL's in that directory wrapped in the phpBB IMG tag. From that I can copy and paste the output into my post instead of the slow painstaking process of writing out each individual image URL 1 by 1.
I hope what I am trying to achieve is clear enough for you wizards.
Thanks for reading and all help is appreciated
