Graham Anderson wrote:
> is there a php based CMS that exists that allows you to drag/drop and
> reorder tracks ?
> something akin to itunes or winamp  playlist...
>
> I want users to be able to the change 'order_id'  field  in the
> 'PlaylistItems' table...basically a bunch of UPDATE statements to a
> found set.  Basically, the user drags a playlist record and moves it to
> another area in the playlist...
>
> does this allready exist somewhere?

There's nothing in PHP/HTML that does this with drag-n-drop...

You're looking at JavaScript or Flash (possibly Ming created by PHP) to
get that.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to