I will take your 14th born instead of the points. So consider these points --
1. CF is a STATIC form-based code that has to be redone every major CF update. Only companies that never evolve are still sticking with it. If you want code that works years in advance, just dump CF. I know this will shock many, but I have seen so many CF problems on this site, it is better not to even use it.
2. What you want is perfect for MySQL -- almost every hosted linux based web servers have MySQL built in and activated. Just pay $8.88 per year, and you get a ready-made MySQL engine, free, fastest there is.
3. The only issue is updating the MySQL database each time a location changes statistics. You need to do a new upload of the database, and although this takes 30 seconds, it is still an ongoing "issue".
4. With PHP linking to the MySQL database, the output is lightning fast, none of the errors of CF, and it can deliver 10s of thousands of records in a few seconds. Nothing else comes close.
5. To make life easier, the MySQL database can be uploaded directly from an Excel spreadsheet, and that would probably be the simplest for most people. In contrast, I would opt for a text file on the server, and code the MySQL to automatically pull the fields from this CSV file each day, at 7.00 am.
6. Once you get away from static Cold Fuxion, and move to dynamic databases, you can do anything.
Main Topics
Browse All Topics





by: PluckaPosted on 2008-01-22 at 16:11:13ID: 20719741
Should be easy.
Just put all related info in the database and pull it out and display it.
You need to loop over the resulting query and build a table, use the Mod operator to work out if your on the 5th item, if so, create a new row etc, etc.