Page 1 of 1

what is the best storage for handling a chat module?

Posted: Tue Aug 28, 2007 6:06 pm
by webgroundz
hello guys,

what is the best storage for handling all the messages in a chat module?

is it using :
database, text file, or xml?..

thanks all..your comments is highly appreciated.. :) :) :)

Posted: Tue Aug 28, 2007 6:08 pm
by Weirdan
I'd say db unless you have very good reasons to use something else.

Posted: Tue Aug 28, 2007 6:34 pm
by superdezign
What is your medium?

Many would need a mixture of the database and XML by converting the database data into XML data and passing it from PHP to your application.