billcarson2 Posted June 21, 2011 Share Posted June 21, 2011 I am considering to add a form beneath some of my web pages which would allow visitors to add some comments. Normally, this would be done by sending the info to a mysql database, however, my web host does not supply a database. As I don't expect a lot of response, I thought of just opening the html file when someone adds a comments and pasting the text directly in the html document instead of storing them in a database. My question: is this a bad idea? (I mean, no one else does it, so there must be some drawback to this method, no?) Link to comment https://forums.phpfreaks.com/topic/240004-writing-comments-to-file-instead-of-storing-them-in-a-database/ Share on other sites More sharing options...
AMcHarg Posted June 21, 2011 Share Posted June 21, 2011 Well it would work if very few people were adding comments but it's not a very dynamic way of doing it. Link to comment https://forums.phpfreaks.com/topic/240004-writing-comments-to-file-instead-of-storing-them-in-a-database/#findComment-1232847 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.