I'm very new to PHP and I really do need some help, so someone please help me!
The main trouble I'm having is that I want a script where it can display things like screenshots and wallpaper, with me just uploading the files through the FTP.
For example:
<a href="/imagesfolder/$number.jpg"><img src="/images folder/$number.jpg"></a>
Basically I want images to display for a certain number of rows and coloumns in a table, and when a certain number of images are on a page, lets say 36, it automaically creates a page like screenshots2.php.
f you understand what I mean then please help!! I can only run PHP, I don't have a MySQL database.