REQ: PHP To-Do List Type App/Script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Keith Little

    REQ: PHP To-Do List Type App/Script

    Hi Gurus,

    I've been searching high and low for an script to use on my website
    which suits my needs but I haven't found anything. Since I've never used
    PHP I'm hoping the open-source community can come to my rescue!

    Here's what I'm after:

    A script that's like a To-Do List. I'd like multiple users (user
    management isn't essential) to be able to input text to a list as well
    as have the ability to modify it.

    Seems like it should be pretty simple... I'm hoping.

    If I can be greedy, it would be great for items to be able to be
    /crossed out/ and moved to another list which can be viewed as well.

    Does anyone know where such a script would exist?

    I'd appreciate any help. Thank you.

    --
    Keith Little | e-mail munged.

  • Rob Ristroph

    #2
    Re: REQ: PHP To-Do List Type App/Script

    >>>>> "Keith" == Keith Little <keithlittle.n0 spam@thecorch.c om> writes:
    Keith>
    Keith> Hi Gurus,
    Keith>
    Keith> I've been searching high and low for an script to use on my
    Keith> website which suits my needs but I haven't found
    Keith> anything. Since I've never used PHP I'm hoping the open-source
    Keith> community can come to my rescue!
    Keith>
    Keith> Here's what I'm after:
    Keith>
    Keith> A script that's like a To-Do List. I'd like multiple users
    Keith> (user management isn't essential) to be able to input text to a
    Keith> list as well as have the ability to modify it.
    Keith>
    Keith> Seems like it should be pretty simple... I'm hoping.
    Keith>
    Keith> If I can be greedy, it would be great for items to be able to
    Keith> be /crossed out/ and moved to another list which can be viewed
    Keith> as well.
    Keith>
    Keith> Does anyone know where such a script would exist?
    Keith>
    Keith> I'd appreciate any help. Thank you.
    Keith>
    Keith> --
    Keith> Keith Little | e-mail munged.
    Keith> www.thecorch.com

    I would start by looking at Horde:



    And specifically, this module:



    Since it is in php you may be able to extend and tweak it to suit your
    needs if it doesn't already.

    --Rob

    Comment

    • Keith Little

      #3
      Re: REQ: PHP To-Do List Type App/Script

      Rob Ristroph wrote:
      [color=blue][color=green][color=darkred]
      >>>>>>"Keith" == Keith Little <keithlittle.n0 spam@thecorch.c om> writes:[/color][/color]
      >
      > Keith>
      > Keith> Hi Gurus,
      > Keith>
      > Keith> I've been searching high and low for an script to use on my
      > Keith> website which suits my needs but I haven't found
      > Keith> anything. Since I've never used PHP I'm hoping the open-source
      > Keith> community can come to my rescue!
      > Keith>
      > Keith> Here's what I'm after:
      > Keith>
      > Keith> A script that's like a To-Do List. I'd like multiple users
      > Keith> (user management isn't essential) to be able to input text to a
      > Keith> list as well as have the ability to modify it.
      > Keith>
      > Keith> Seems like it should be pretty simple... I'm hoping.
      > Keith>
      > Keith> If I can be greedy, it would be great for items to be able to
      > Keith> be /crossed out/ and moved to another list which can be viewed
      > Keith> as well.
      > Keith>
      > Keith> Does anyone know where such a script would exist?
      > Keith>
      > Keith> I'd appreciate any help. Thank you.
      > Keith>
      > Keith> --
      > Keith> Keith Little | e-mail munged.
      > Keith> www.thecorch.com
      >
      > I would start by looking at Horde:
      >
      > http://www.horde.org/projects.php
      >
      > And specifically, this module:
      >
      > http://www.horde.org/nag/
      >
      > Since it is in php you may be able to extend and tweak it to suit your
      > needs if it doesn't already.[/color]

      Thank you very much.

      --
      Keith Little | e-mail munged.

      Comment

      • PIII450@HOME.NL

        #4
        Re: REQ: PHP To-Do List Type App/Script

        On Wed, 25 Feb 2004 13:47:06 -0500, Keith Little
        <keithlittle.n0 spam@thecorch.c om> wrote:
        [color=blue]
        >Hi Gurus,
        >
        >I've been searching high and low for an script to use on my website
        >which suits my needs but I haven't found anything. Since I've never used
        >PHP I'm hoping the open-source community can come to my rescue!
        >
        >Here's what I'm after:
        >
        >A script that's like a To-Do List. I'd like multiple users (user
        >management isn't essential) to be able to input text to a list as well
        >as have the ability to modify it.
        >
        >Seems like it should be pretty simple... I'm hoping.
        >
        >If I can be greedy, it would be great for items to be able to be
        >/crossed out/ and moved to another list which can be viewed as well.
        >
        >Does anyone know where such a script would exist?
        >
        >I'd appreciate any help. Thank you.[/color]

        You could also take a look at




        Comment

        Working...