andibakker Posted March 17, 2010 Share Posted March 17, 2010 Hi I'm relatively new to php coding so don't know all the applications out there. I want to build a very simple site with mainly static content. But there is an 'announcements' area that needs to be updateable by the user. What is the best way to do this. The only way I can think of is having a database with 1 table with 1 field 'announcements'. They would then be able to update their announcements through a backoffice. Is this the best way to do this ? I don't know much about different content management systems ? Any advice would be greatly appreciated. Thanks Andi Link to comment https://forums.phpfreaks.com/topic/195570-updateable-content-in-static-page/ Share on other sites More sharing options...
MatthewJ Posted March 17, 2010 Share Posted March 17, 2010 It really depends on what level of ability you want them to have on the back end... In your case, you could probably just have them update a text file and use file_get_contents() to get the content of that file for display. Link to comment https://forums.phpfreaks.com/topic/195570-updateable-content-in-static-page/#findComment-1027638 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.