views:

117

answers:

3

I am trying to make a website that allows the user to make changes to their individual mysql database. The website is written in PHP. How do I connect one of the web pages to a database? Any advice would be appreciated.

+4  A: 

phpmyadmin will do this, a logged on user will only see the databases they have access to.

Sam
A: 

I'm not trying to be facetious, but this is a very broad topic. There are entire books devoted to such tasks. I can't image someone providing a concise answer within a venue such as stackoverflow. I would suggest doing some Googling related to PHP, CRUD, and mySql...

+1  A: 

In addition to phpmyadmin, I find that SQL Buddy has a very clean, simple interface to work with.

scunliffe
SQL buddy looks cool, ill give it a try
Sam