|
Posted by Bacchus on 01/23/07 07:20
On Sat, 20 Jan 2007 18:39:57 +0100, Maxim Heijndijk wrote:
> Hello, this is my first on this list. I have a photography website and I
> want to gradually convert it to PHP. I'm new to PHP, but I do have some
> Perl knowledge and I am an expert in Bash-scripting (linux). Up till now
> I used a script to generate a list of nearly identical html-files like
> photo/01.html, photo/02.html, photo/03.html etc.. Every page constists
> of a picture with caption an previous/next buttons. The photo's are
> numbered 01.jpg, 02.jpg etc. The only varying content in the pages is
> the size (horizontal/vertical) of the pictures and the captions. The
> whole thing acts as a slide show. I want to write a PHP script which can
> replace the list of HTML files, is such a thing possible? TIA, Max.
>
wow, you want to to reinvent the wheel...great! the wheel should always be
reinvented, but you might look here first
http://gallery.menalto.com/
here is an example of it in action: http://edhwm.com/Gallery/main.php
[Back to original message]
|