looking for web interface to database

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default looking for web interface to database

    I am looking for a web interface to record users' reviews
    (following specific ratings) of restaurants, books, etc. in a database and
    allow viewing average results.

    I would assume such an application must already exist under GPL license
    somewhere (I was thinking of a PHP/mySQL system) and I could build from it
    rather than starting from scratch. Any suggestion?

    Thanks

    Alain
    Alain Henry Guest

  2. Similar Questions and Discussions

    1. #39403 [NEW]: A class can't implements interface implemented by implemented interface/classes
      From: baldurien at bbnwn dot eu Operating system: Irrelevant PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug...
    2. interface to 3d
      i am trying to add one image interface to my 3d cast member......when i minimise the browser or if some other application overlaps the image...
    3. Next-N Interface
      Currently I am using a custom tag to display records vertically then across... ex: 1 4 7 2 5 8 3 6 9 The tag is...
    4. Web DB Interface
      Hello, I am receiving a 500 internal error after creating a database wizard connection in FP. I can get to the login page and login. When the...
    5. Does Interface Size Matter? Is my interface too complex?
      Hi all, Does Interface Size Matter? Is my interface too complex? I volunteered to design a couple of web pages, but since we don't have a...
  3. #2

    Default Re: looking for web interface to database

    On Thu, 09 Sep 2004 18:22:32 +0000, usenet wrote:
    > On Thu, 09 Sep 2004 18:08:19 +0200, Alain Henry <salvor.hardin@ibelgique.com>
    > wrote:
    >
    >>I am looking for a web interface to record users' reviews
    >>(following specific ratings) of restaurants, books, etc. in a database and
    >>allow viewing average results.
    >>
    >>I would assume such an application must already exist under GPL license
    >>somewhere (I was thinking of a PHP/mySQL system) and I could build from it
    >>rather than starting from scratch. Any suggestion?
    >
    > Summon SourceForge. A quick search turns up at least these :
    >
    > [url]http://sourceforge.net/projects/phprateit/[/url]
    > [url]http://sourceforge.net/projects/quickreview/[/url]
    > [url]http://sourceforge.net/projects/movienutshell/[/url]
    >
    > HTH
    Thanks for the help. I have already looked at sourceforge and freshmeat,
    and I am rather looking for suggestions of specific applications, in case
    you'd know or use any.
    Problems with SF: these three examples don't have releases anything yet.
    I'll continue to look through polling/survey applications, though Thanks

    Alain
    e
    Alain Henry Guest

  4. #3

    Default Re: looking for web interface to database

    Or, if you are looking to have something somewhat custom, build your tables
    and query phpclasses.org for db to form extensions.
    There are numerous php classes available that will take a DB table and
    dynamically or programatically create forms for administering those tables.

    -Charles

    "Alain Henry" <salvor.hardin@ibelgique.com> wrote in message
    news:pan.2004.09.11.07.10.46.836109@ibelgique.com. ..
    > On Thu, 09 Sep 2004 18:22:32 +0000, usenet wrote:
    >
    > > On Thu, 09 Sep 2004 18:08:19 +0200, Alain Henry
    <salvor.hardin@ibelgique.com>
    > > wrote:
    > >
    > >>I am looking for a web interface to record users' reviews
    > >>(following specific ratings) of restaurants, books, etc. in a database
    and
    > >>allow viewing average results.
    > >>
    > >>I would assume such an application must already exist under GPL license
    > >>somewhere (I was thinking of a PHP/mySQL system) and I could build from
    it
    > >>rather than starting from scratch. Any suggestion?
    > >
    > > Summon SourceForge. A quick search turns up at least these :
    > >
    > > [url]http://sourceforge.net/projects/phprateit/[/url]
    > > [url]http://sourceforge.net/projects/quickreview/[/url]
    > > [url]http://sourceforge.net/projects/movienutshell/[/url]
    > >
    > > HTH
    >
    > Thanks for the help. I have already looked at sourceforge and freshmeat,
    > and I am rather looking for suggestions of specific applications, in case
    > you'd know or use any.
    > Problems with SF: these three examples don't have releases anything yet.
    > I'll continue to look through polling/survey applications, though Thanks
    >
    > Alain
    > e

    Charles Pelkey Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139