pgsql and php

Discussion in 'Programming/Scripts' started by branov, Oct 20, 2009.

  1. branov

    branov Member

    Hi all,

    we need some features to our control panel for PgSQL. Control Panel is in the PHP. We need create a new pgsql user, define lang for him and create a new pgsql for him. All these in the php. I try to find something on the net, but nothing useful.

    Please, can you help me with this?

    Thank you so much for your tips and solutions.
     
  2. branov

    branov Member

    please, no ideas? :'( no solutions?
     
  3. falko

    falko Super Moderator Howtoforge Staff

  4. branov

    branov Member

    We dont need tool for administration PgSQL (phppgadmin is for our clients installed), but we need ADD feature to our Webhosting Control Panel, which is for clients, to manage their PgSQL databases like add new database, add new user, define lang for database, password change... PhpPgSQL is for manage everyone database which is already exist.

    I solve yesterday adding a new user, adding a new database, but I else need, how to define a lang for database.

    Thanks for your answer.
     
  5. patusovniak

    patusovniak New Member

    Maybe you should look at the database sturture and create some fields in yours form for PHP code that will insert entered DATA.
     

Share This Page