Hiding/Activating functions (Another question, I know :P)
Posted: Thu Jun 28, 2007 12:11 pm
I know am probably asking way too many questions than is healthy but I have to find out these things some way :S
So the basics of what am trying to achieve are as follows
USER VISITS GALLERY PAGE (gallery.php)
CATEGORIES use ( <?php displayCategories($phpfile);?> )
(ONCE CLICKED)
\/ display
THUMBNAILS use ( <?php displayList($phpfile, "thumbnail");?> )
(ONCE CLICKED)
\/ display
IMAGES use ( <?php displayImage($id);?> )
I thought there might be a way to activate these functions when a user clicks on the appropriate section.
Hope this makes sense.
Thanks
So the basics of what am trying to achieve are as follows
USER VISITS GALLERY PAGE (gallery.php)
CATEGORIES use ( <?php displayCategories($phpfile);?> )
(ONCE CLICKED)
\/ display
THUMBNAILS use ( <?php displayList($phpfile, "thumbnail");?> )
(ONCE CLICKED)
\/ display
IMAGES use ( <?php displayImage($id);?> )
I thought there might be a way to activate these functions when a user clicks on the appropriate section.
Hope this makes sense.
Thanks