Jump to content

HTML page with XML and XSLT help


jokerbla

Recommended Posts

I'm new with HTML, XML, XSLT, PHP..

 

I want to create a photo album in HTML. I have all my pictures in one folder, how can I use XML, XSLT or PHP to generate the HTML code, or what am I supposed to write in the HTML to have those pictures displayed.

 

I've been googling for more than an hour and I get more and more confused. So what's the best way to do a photo album in HTML ?

Link to comment
https://forums.phpfreaks.com/topic/149840-html-page-with-xml-and-xslt-help/
Share on other sites

A simple way would be to use a PHP script that can scan your photo directory for image files (e.g. by mimetype and extension) and produces an HTML output of clickable photo thumbnails. There should be a lot of solutions available, just google for "php photo album".

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.