Beyond PHPMyAdmin

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

    #1

    Beyond PHPMyAdmin

    I am looking for PHP suite similar to PHPMyAdmin that lets me manage a
    database from a web server. However what I want to be able to do is
    create custom forms for data entry rather than the automatically
    generated forms that PHPMyAdmin makes.

    Do you know of any such php-based solutions?

    Thanks,

    Nathan

  • Jon

    #2
    Re: Beyond PHPMyAdmin

    The program I use is called MySQL Front. It's a client-side application
    instead of web-based, but you can work with tables (add/edit/delete data)
    and run SQL statements directly from a command line while creating all of
    your code completely separate from the application.



    It has it's faults, but if you want to have an easy to use GUI tool for your
    MySQL DB, and keep ALL of your code separate from said tool, it's pretty
    solid.

    "Nathan Funk" <nathan.funk@gm ail.com> wrote in message
    news:1137175285 .053723.63200@z 14g2000cwz.goog legroups.com...[color=blue]
    >I am looking for PHP suite similar to PHPMyAdmin that lets me manage a
    > database from a web server. However what I want to be able to do is
    > create custom forms for data entry rather than the automatically
    > generated forms that PHPMyAdmin makes.
    >
    > Do you know of any such php-based solutions?
    >
    > Thanks,
    >
    > Nathan
    >[/color]


    Comment

    • Jim Michaels

      #3
      Re: Beyond PHPMyAdmin

      on that note, if you don't mind paying for an application ($9), SQLYog (
      http://sqlyog.com ) combines the usefulness of an administrator tool and a
      very fancy query browser. you can do backups and restores and a few other
      things, and working with tables is a breeze. Haven't checked out the new
      version. worked with version 3. now version 5 is out.

      "Jon" <jonra@netins.c om> wrote in message
      news:dq8til$su6 $1@news.netins. net...[color=blue]
      > The program I use is called MySQL Front. It's a client-side application
      > instead of web-based, but you can work with tables (add/edit/delete data)
      > and run SQL statements directly from a command line while creating all of
      > your code completely separate from the application.
      >
      > http://www.mysqlfront.de/
      >
      > It has it's faults, but if you want to have an easy to use GUI tool for
      > your MySQL DB, and keep ALL of your code separate from said tool, it's
      > pretty solid.
      >
      > "Nathan Funk" <nathan.funk@gm ail.com> wrote in message
      > news:1137175285 .053723.63200@z 14g2000cwz.goog legroups.com...[color=green]
      >>I am looking for PHP suite similar to PHPMyAdmin that lets me manage a
      >> database from a web server. However what I want to be able to do is
      >> create custom forms for data entry rather than the automatically
      >> generated forms that PHPMyAdmin makes.
      >>
      >> Do you know of any such php-based solutions?
      >>
      >> Thanks,
      >>
      >> Nathan
      >>[/color]
      >
      >[/color]


      Comment

      Working...