Hi, Whilst you cant use PHP to implement Drag and Drop (PHP is server side, hence once compiled, its done its job), you can implement DHTML (Javascript, CSS & DOM) to attain this effect. So called DHTML handles all client-side (browser) manipulation, and through DOM allows you to manipulate pretty much everything on the page as individual objects. There are a number of script repositories with appropriate scripts and tutorials, including http://webreference.com/dhtml/column7/crossCode.html One crude and early implementation (best bets in IE, but is possible to implement in Netscape), is at http://co-project.lboro.ac.uk/users/cokaw/menu/mover2.html although that implementation is a bit bitty (ignore broken link on right, click on image gallery image once, then move around) Hope this points you in the right direction Kevin Williams ----- Original Message ----- From: "Brandon Orther" <[EMAIL PROTECTED]> To: "PHP User Group" <[EMAIL PROTECTED]> Sent: Wednesday, December 22, 1999 11:49 PM Subject: [PHP] Drag and drop > Is there a way to get the drag and drop effect using php? > > Thank you, > > -------------------------------------------- > Brandon Orther > WebIntellects Design/Development Manager > [EMAIL PROTECTED] > 800-994-6364 > www.webintellects.com > -------------------------------------------- > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]