Mysql manager in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
imcookie
Forum Newbie
Posts: 1
Joined: Wed Aug 27, 2008 11:07 am

Mysql manager in php

Post 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
User avatar
Chalks
Forum Contributor
Posts: 447
Joined: Thu Jul 12, 2007 7:55 am
Location: Indiana

Re: Mysql manager in php

Post 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.
Post Reply