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.
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.
Maybe you should look at the database sturture and create some fields in yours form for PHP code that will insert entered DATA.