Hello, this is my first post to phpbuilder so bare with me. I have a little php knowledge but thats it.
What Im looking to do is create a page with three check boxes on it.
I have a page that I want to display 1, 2 or 3 different images. This will be page 1. On page 2, I would like to have as an admin page with 3 checkboxes. a checkbox for image1, image2 and image3. If checkbox for image1 is checked, then page 1 would display only image1. If only checkbox for image2 is checked then only image2 is displayed on page 1. If checkbox for image1 and image3 are checked then both images are displayed on page 1 and so on.
These images are for 3 reoccuring events that happen each week. Right now Im manually having to edit the html code to add and remove the images.
Any help would be appreciated. If you need more detail let me know.