PHP Question
Date: 08/11/05
(PHP Community) Keywords: php, mysql, sql
Uh... Is it possible to insert some sort of php echo to display descriptions under a picture?
It's not the same as exif_read_data, because these pictures are my scanned artwork images, not photographs. I have been searching for some sort of script or explanation on how to do this, but can't find it so I'm asking here.
This is the page in question:
http://www.luckycatstudio.com/galleries/World/index.php
The six thumbnails at the top, are scripted in JS for onClick action, on a php page (for php includes and date functions), to load the full sized image below the row of thumbnails. I want to add an area under each full-sized picture that will display a description of what the picture is about each time a picture is clicked on. I'm thinking something in php's echo function. But how would it get the description of the image if not an exif? Save the description in separate individual files? Embed the description in the image in my Photoshop 7's File Info option? Or iPhoto? Use MySql?
Anyway, I'm fairly sure that there are better PHP codes for onClick loading and displaying full-size images with their descriptions.
If anyone can help me, I'd greatly appreciate it.
Thanks.
Source: http://www.livejournal.com/community/php/334132.html