Forum Moderators: coopster

Message Too Old, No Replies

php script for queue

         

aijohn

9:06 pm on Jun 28, 2005 (gmt 0)

10+ Year Member



I'm looking for a php script that allows visitors to the site to save an ordered list of articles from the site.

something like netflix where they allow you to add to a list and change the order of items.

any suggestions?

jatar_k

9:39 pm on Jun 28, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



do you have any type of members or accounts setup at this point, if so, it could be as simple as storing user_id, article_id and a number and then pulling all article_id's for account_id and order by number.