I know how to draw rectangles in PHP (with GD), but how do we make them interactive ? I mean, is there a way to be notified when and where the user clicks ?
Eventually, I would like to enable the user to select a rectangle among a set by clicking on it, and clicking anywhere else to move it.
Thanks aforehand.
Regards,
Mister Mystère.