OK, a friend of a friend asked me to look into building a online cane builder. The cane can have a variety of different cuts, grooves, handles etc. In all, I thought it best to create a 2wide 4high grid containing a basic cane, and depending what they clicked on, I could swap the images over.
Simple. I can use iframes or use javascrip and frames, or just plain java script.
Now, the issue is that what he forgot to tell me was that he wants the end results parsed ont a form so that customers can order their very own custom defined cane!
So, is it possible to use php to perform image swapping?
Or would it be better to some how get javascript to fill in the form?
any ideas ?