Hello,
I'm pretty new to PHP, and for starters I want to create a simple script for
creating dynamic web pages.
Here is how I want it to work:
index.html has 4 thumbnail images on it.
When users click a thumbnail image, I want it to generate a dynamic web page
that displays the image, and a caption.
I'm not looking for anything fancy. I'm hoping that this can be done by
simply calling the file and the text string (for the caption). I know this
can be done utilizing a database, but I'm trying to see if PHP can handle it
by simply calling the objects themselves.
Can this be done? If so, how do I do it in PHP?
Jedispy
I'm pretty new to PHP, and for starters I want to create a simple script for
creating dynamic web pages.
Here is how I want it to work:
index.html has 4 thumbnail images on it.
When users click a thumbnail image, I want it to generate a dynamic web page
that displays the image, and a caption.
I'm not looking for anything fancy. I'm hoping that this can be done by
simply calling the file and the text string (for the caption). I know this
can be done utilizing a database, but I'm trying to see if PHP can handle it
by simply calling the objects themselves.
Can this be done? If so, how do I do it in PHP?
Jedispy
Comment