I am working on an advertising website (no code yet) and I want people to be able to drag company names, address and phone numbers from a main list of advertisiers, into their favorites list, and then be able to print their favorites. Is this possible? and if so is their already script out there? I would love to hear all suggestions and which programming language I should use. Remember Im a rookie so feel free to talk to me like im 2.
Yes that's possible.
You'd need JavaScript for the dragging/dropping of things to the fav list.
But you also need a serverside language like php or asp which communicates with a database like mySQL to keep track of each user's favs.
I think there are scripts around for that, but I haven't tested any of them myself. Try looking around at hotscripts.com.