|
1.
I have created a css/html lightbox. What I was wanting to know is how could I program an automatic system it creates a new line of code in the main file which is currently .html but it will be .php.
2.
Also if I make an upload page with options for example a drop down menu with all my different displayed pages would it be ok to do it through html/css or should I really do a mysql database.
Example (1):
If I upload a file to my Pets page:
<a href="Photos/Pets/Image.JPG" rel="lightbox[Pets]"><img src="Photos/Pets/Image.JPG" width="144" height="103"/>[/url]
It would re make that line of code automatically but with the new image details.
What i'm trying to produce is my own html/css/ php/mysql Photo gallery using lightbox
|