Page 1 of 1

Mysql manager in php

Posted: Wed Aug 27, 2008 11:19 am
by imcookie
Does anyone want to help me code a mysql manager in php

it'll need the obvious connection parameters. Query functions such as select, delete, create etc. and be able to display table contents and edit them?

The aim is to make it easier to manage the database from inside the server, what ever computer you are on.

I know there are php apps like this available but i would prefer to make my own and i think it'll be a cool project me and a couple of others. I must warn you that
my php would be rated as amature so someone with a similiar disposistion would be prefered. This will help to reflect off each and learn from mistakes, instead
of being told what to do by a professional :P

PM and i'll give you my IM address

Re: Mysql manager in php

Posted: Wed Aug 27, 2008 11:33 am
by Chalks
If you're doing this simply to learn more about php and mysql then more power to you. If you're doing this to create code which could be shared with others, I've got to say that phpmyadmin does all these things marvelously and I personally can't think of a reason to build a competing one unless you have some great ideas for improvement.