Seeking Customer Database

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

    Seeking Customer Database

    I am seeking an online PHP application that will do the following:

    1.A web visitor can submit an online application.
    2.The application gets stored in MYSQL as a file. (Like a support
    ticket)
    3.The website owner can then retrieve the "submission " and add notes.
    4.Then when the file is considered "finished" or no longer need - it
    can be erased.

    I have seen several different types of this application used as a Help
    Ticket type application.

    Any ideas where I can find such a application or are there any
    "custom" builders out there?


    Thank you
  • Tony P.

    #2
    Re: Seeking Customer Database

    In article <c864b9cc.04060 31059.8a31239@p osting.google.c om>,
    sean@coolyork.c om says...[color=blue]
    > I am seeking an online PHP application that will do the following:
    >
    > 1.A web visitor can submit an online application.
    > 2.The application gets stored in MYSQL as a file. (Like a support
    > ticket)
    > 3.The website owner can then retrieve the "submission " and add notes.
    > 4.Then when the file is considered "finished" or no longer need - it
    > can be erased.
    >
    > I have seen several different types of this application used as a Help
    > Ticket type application.
    >
    > Any ideas where I can find such a application or are there any
    > "custom" builders out there?[/color]

    I'd try sourceforge first. If you don't find it there it's fairly easy
    to write your own.

    Comment

    • AJ

      #3
      Re: Seeking Customer Database


      "Sean" <sean@coolyork. com> wrote in message
      news:c864b9cc.0 406031059.8a312 39@posting.goog le.com...[color=blue]
      > I am seeking an online PHP application that will do the following:
      >
      > 1.A web visitor can submit an online application.
      > 2.The application gets stored in MYSQL as a file. (Like a support
      > ticket)
      > 3.The website owner can then retrieve the "submission " and add notes.
      > 4.Then when the file is considered "finished" or no longer need - it
      > can be erased.
      >
      > I have seen several different types of this application used as a Help
      > Ticket type application.
      >
      > Any ideas where I can find such a application or are there any
      > "custom" builders out there?[/color]

      Going by your brief spec, it's something that could be done in Dreamweaver
      in about an hour. I'll probably get flamed for suggesting you code PHP
      using something like DW but it works well for me and I've learned more about
      hand coding like this than I did from books.

      It depends how much more functionality you might need as to how long it
      would ultimately take.

      Cheers

      Andy



      Comment

      • Geoff Berrow

        #4
        Re: Seeking Customer Database

        I noticed that Message-ID:
        <c864b9cc.04060 31059.8a31239@p osting.google.c om> from Sean contained the
        following:
        [color=blue]
        >I am seeking an online PHP application that will do the following:
        >
        >1.A web visitor can submit an online application.
        >2.The application gets stored in MYSQL as a file. (Like a support
        >ticket)
        >3.The website owner can then retrieve the "submission " and add notes.
        >4.Then when the file is considered "finished" or no longer need - it
        >can be erased.
        >
        >I have seen several different types of this application used as a Help
        >Ticket type application.
        >
        >Any ideas where I can find such a application or are there any
        >"custom" builders out there?[/color]

        Loads, but they/we don't work for free unless the mood takes them/us.

        How about learning a little and then seeing if you can find and modify a
        PHP guest book?
        --
        Geoff Berrow (put thecat out to email)
        It's only Usenet, no one dies.
        My opinions, not the committee's, mine.
        Simple RFDs http://www.ckdog.co.uk/rfdmaker/

        Comment

        Working...