I need to update a flash files dynamic text box so it can do something similar to this site: http://powerbizbuilder.com/index.cfm In the upper left when someone visits the site or clicks on a certain button they’re automatically added to that list. I know nothing about coldfusion. If you could send me a link to a tutorial that could help me fix this problem, or if it’s just some simple code you could give me I would be greatful!
Here’s the query statement for the “Last Ten”
SELECT fname, lname, ts
FROM prospects
ORDER BY ts desc
LIMIT 10