Hi,
is there a way of implementing drag & drop in PHP?
I have a site that deals with home builders. I was asked if there was a possibility of presenting the users with a floor plan where they can mark it to specify the location of, say, outlets, speakers, security cameras, ...
The locations of these items would then update some variables, or database that can be retrieved or modified later.
Is it possible to do this in PHP?
Thanks.