Originally posted by ernestop74
The part(s) of the picture must be choosen by the user. That's why I'm not using a photo editor. 🙁
When you say are being chosen by a user, do you mean they are actually clicking on a part for it to be viewed?
If that is the case, what you could do is break up the photo in a photo editor into each section that would be clicked on.
Then create a button with a form with a hidden field called "showpieceone", that gets set equal to "yes" if the user clicks the button. Then have the form just post to the same page you are on.
Lastly, where you picture is being displayed, pull out the variable "showpieceone" and if it is set equal to yes then echo out the html to display that section of the picture.
Let me know if that doesn't make sense.
Do you have a sample of the way the page looks now so I can get a better idea of exactly what you are trying to do?