khalen Posted April 6, 2008 Share Posted April 6, 2008 Ok, so i've been told that you can do drag and drop functions in php and as far as i can see from the search of the forums every man and his dog is doing it in javascript. So is it actually possible to do this kind of thing solely in php? If so can we then do detections based on where the image is dragged to and then execute code from there. Or should I just look up javascript? :-\ Link to comment https://forums.phpfreaks.com/topic/99815-making-dragdrop-function-in-php/ Share on other sites More sharing options...
maexus Posted April 6, 2008 Share Posted April 6, 2008 PHP is executed on the server side only and stops once the page loads. What you are talking about would be client side only, so not php. Javascript could work in this case. Link to comment https://forums.phpfreaks.com/topic/99815-making-dragdrop-function-in-php/#findComment-510503 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.