the last time i created a website from scratch was many years ago using asp and ms sql. Now I want to start a new project with php+mysql, to integrate with vBulletin. I have designed all the tables for the database needed: including multiple tables with keys, foreign keys etc... As I am new to PhP/MySql solution, I wonder if there is any free and general scripts which helps to maintain (add/delete/edit) the database at the backend? such scripts better capture the relation among tables (i.e. through foreign keys)... I just hope to start with such scripts and customize to fit my needs. thanks.