|
Dave -- I don't believe CMS would be the way to go for your situation ... have you considered PHP/MySQL Databases?
Nowadays sites have to change constantly and provide up-to-date news; information; stock prices; customized pages; etc ... PHP and SQL are two ways to make the site dynamic.
PHP is a robust, server-side, open source scripting language that is extremely flexible and is also cross platform, which means your PHP scripts will run on Unix, Linux, or an NT server.
MySQL is the standard query language for interacting with databases. MySQL is an open source, SQL database server that is more or less free and extremely fast, not to mention is also cross platform.
Last edited by travelagent; 01-09-2007 at 01:37 AM..
|