Creating a database application?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TripleXPrint
    Confirmed User
    • Apr 2007
    • 983

    #1

    Creating a database application?

    I have a MySQL database that someone built for my website and I want to create a form that allows my customer service people to make changes, etc. to that database. I'm not too saavy with programming or MySQL but I know there are some database programs out there that help you build programs like this. I need them to be able to update customer's information, subscription information, and order status/updates, etc. It has to connect to my database and I don't care if it's browser-based or not.

    Does anyone know of any programs that helps me build applications like this and can keep a constant connection to my database? I don't want my customer service people having to login to phpmyadmin every time they want to make a simple database update. I know Filemaker is a program like this but it isn't compatible with MySQL (is it?).
    Last edited by TripleXPrint; 11-10-2008, 11:34 AM.
    Skype: Triplexprint
  • Rorschach
    So Fucking Banned
    • Aug 2002
    • 5579

    #2
    That's a 5 minute php job on scriptlance...

    Comment

    • budz
      Disruptive Innovator
      • Sep 2003
      • 4230

      #3
      maybe this?

      PHP Generator for MySQL is a FREEWARE but powerful MySQL GUI frontend that allows you to generate high-quality MySQL PHP scripts for the selected tables, views and queries for the further working with these objects through the web.

      * Data management: adding, editing and deleting records
      * Customization of the HTML appearance
      * Filtering and sorting abilities
      * Data protection with a lot of security settings
      * Lookup options for master-detail relations
      * Integrated script navigation
      * Ability to create multilingual web apps

      Save the huge costs of hiring a programmer, learning any programming language, or buying expensive software - all the code is automatically generated for you
      SourcE:
      http://www.sqlmaestro.com/products/mysql/phpgenerator/
      C:\Code\
      C:\Code\Run\

      Comment

      • TripleXPrint
        Confirmed User
        • Apr 2007
        • 983

        #4
        Originally posted by budz
        Damn, that right there is pretty much what I needed.
        Skype: Triplexprint

        Comment

        Working...