Jump to content

desigi

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by desigi

  1. I never really considered something as simple as that as a web app... Thanks for clarifying.
  2. I think a web app is way out of the scope of my expertise. I'm really a beginner when it comes to PHP, but I learn quick. My issue is primarily related to the CMS that would update the DB. The parent login I can figure out and how to display database content dynamically I think I can manage as well. For the CMS though, I'm under the impression that it's a fairly complex process to display database content and to update it so I wanted to use a prepackaged CMS. But those all feel like they would be an overkill for what I actually need. I was hoping someone could point me in the right direction on how to implement a simple CMS for this type of feature.
  3. I'm developing a website for a daycare. I've finished the site except for the parents login section, where they will be able to access their child's daily logbook. The content in this section will also need to be managed by the daycare workers, where they will update the children's file on a daily basis for the parents to see. Considering the daycare's capacity is 80 children, it would be more efficient for me to design a page that will display dynamic content depending on who is logged in. This is the first site I've developed in PHP and I'm not quite sure how to address this requirement. I've looked at integrating Wordpress, but considering it would only be used for one section of the site it seems like it would be overkill. I've also considered making a custom solution, but I'm not quite sure where to start. The requirements for the logbook section are as follows: Login required to access the page (this part I know how to setup) Dynamic content to appear specific to the logged in user CMS to edit the content Any help would be appreciated. Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.