bladechob Posted November 24, 2006 Share Posted November 24, 2006 Hi, can anyone point me in the right direction where I can get code for a simple notice board? I set up a forum on a website (YaBB) but users found it to difficult navigating around it, despite it being stripped down to the bare minimum (ho hum). All I'm trying to achieve is a simple incident report page where visitors can post and save to the page remarks or comments. Along the lines of:Client: Date: Time: Name of person: Incident report: Date: Time: Name of investigator; Action Taken: Date: Time: Result Add more fields:I've also tried an xls sheet but this changes format willy nilly and looks a mess.Any help would be greatly appreciated... Link to comment https://forums.phpfreaks.com/topic/28340-required-simple-editable-on-line-notice-board/ Share on other sites More sharing options...
AV1611 Posted November 24, 2006 Share Posted November 24, 2006 This is a fairly easy task. You don't know PHP? If you do, you can do it ;D1. Outline what you need to do i.e. 1. Who can post?2. Who can view posts?3. Who can admin/edit posts?4. Does the system require security/logon, etc?5. Do the post need to expire?6. etc.Once you've done that, we can start on the actual code. You can get lots of help here, or you can email me at bill at blmservices dot com and I will give you some pointers on how to get startedHope it helps Link to comment https://forums.phpfreaks.com/topic/28340-required-simple-editable-on-line-notice-board/#findComment-129634 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.