ted_chou12 Posted December 28, 2006 Share Posted December 28, 2006 I am planning to write a script for my site of a messaging system, but which choice would be better, i need some advice and suggestions, keep in mind that:The messages could be easily organized to usernames, dates times, subject...The messages does not take up a lot of space,I dont like to have lot of txt files nor too many mysql rows and tables for each users.Each message could be easily deleted, edited...There many be more factors, but I can only think of the current ones, so what I need is some suggestions and advices for me to consider...Thanks Ted. Quote Link to comment https://forums.phpfreaks.com/topic/32088-solved-message-system-mysql-or-txt-files/ Share on other sites More sharing options...
onlyican Posted December 28, 2006 Share Posted December 28, 2006 MySQL Table is the best wat to store data.With Mysql, it is soo easy to run quries, and keep the data more secure. Quote Link to comment https://forums.phpfreaks.com/topic/32088-solved-message-system-mysql-or-txt-files/#findComment-148912 Share on other sites More sharing options...
cmgmyr Posted December 28, 2006 Share Posted December 28, 2006 I agree, I would go with MySQL - WAY easy to manage Quote Link to comment https://forums.phpfreaks.com/topic/32088-solved-message-system-mysql-or-txt-files/#findComment-148913 Share on other sites More sharing options...
ted_chou12 Posted December 28, 2006 Author Share Posted December 28, 2006 Thanks ;D Quote Link to comment https://forums.phpfreaks.com/topic/32088-solved-message-system-mysql-or-txt-files/#findComment-148916 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.