ps2cho Posted December 7, 2006 Share Posted December 7, 2006 Hey guys,Im looking for something that can post news messages for me so i dont have to keep editing HTML Code to post stuff.I basically want to type in a box a message - and it will make it appear on another page.Is this difficult? I did some looking around and i only found CMS's...which will not work for my site. I want to just integrate it smoothly.Any ideas?Thanks, ps2cho Link to comment https://forums.phpfreaks.com/topic/29753-news-posting-script/ Share on other sites More sharing options...
Jewbilee Posted December 7, 2006 Share Posted December 7, 2006 CuteNews.. simple flat file databse easy install.. Link to comment https://forums.phpfreaks.com/topic/29753-news-posting-script/#findComment-136594 Share on other sites More sharing options...
drifter Posted December 7, 2006 Share Posted December 7, 2006 totally simple would be a page that has a form - submits - uses fopen() fwrite() fclose() to create a text file.One the page you want to show it put - echo file_get_content($filename);and you are done Link to comment https://forums.phpfreaks.com/topic/29753-news-posting-script/#findComment-136595 Share on other sites More sharing options...
ps2cho Posted December 7, 2006 Author Share Posted December 7, 2006 [quote author=Jewbilee link=topic=117667.msg480205#msg480205 date=1165456265]CuteNews.. simple flat file databse easy install..[/quote]Does the cutenews direct to a new page or can i integrate the news it posts into my site? Link to comment https://forums.phpfreaks.com/topic/29753-news-posting-script/#findComment-136608 Share on other sites More sharing options...
Jewbilee Posted December 7, 2006 Share Posted December 7, 2006 it's integrated via an include Link to comment https://forums.phpfreaks.com/topic/29753-news-posting-script/#findComment-136611 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.