i73 Posted January 9, 2014 Share Posted January 9, 2014 Hey guys, thank you for taking the time to read this. Quick question, what would be the best way to store info like comments and profiles. to the database? or a .txt file? Before I used the .txt files for large data, what do you recommend? Thanks, Link to comment https://forums.phpfreaks.com/topic/285221-best-way-to-store-user-commentsdata/ Share on other sites More sharing options...
kicken Posted January 9, 2014 Share Posted January 9, 2014 Store the comments in your database. Either in a TEXT field or large VARCHAR field. Other profile information you would store in the database also, in fields of the appropriate type. Link to comment https://forums.phpfreaks.com/topic/285221-best-way-to-store-user-commentsdata/#findComment-1464521 Share on other sites More sharing options...
i73 Posted February 1, 2014 Author Share Posted February 1, 2014 So, I could have lets say 1,000+ comments and this would not be a huge issue coming from the database? Also yes I have all my proper fields set in my tables. Link to comment https://forums.phpfreaks.com/topic/285221-best-way-to-store-user-commentsdata/#findComment-1467293 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.