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, Quote Link to comment https://forums.phpfreaks.com/topic/285221-best-way-to-store-user-commentsdata/ Share on other sites More sharing options...
Solution kicken Posted January 9, 2014 Solution Share Posted January 9, 2014 (edited) 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. Edited January 9, 2014 by kicken Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.