Newbie: need help for creating tables,form in php
Posted: Thu Jul 30, 2009 7:55 pm
Hi beginer's here.. i want to create the database in phpmyadmin please help me make a php file to create the tables and make a form that will let the user input an account, a branch and manager using the details below, please show me the codes thanks...
Database: Bank
Tables: Branch
branch-no(pk)
branch-address
manager-id
Manager
manager-id(pk)
manager-name
Account
account-no(pk)
branch-no
account-holder
balance
Database: Bank
Tables: Branch
branch-no(pk)
branch-address
manager-id
Manager
manager-id(pk)
manager-name
Account
account-no(pk)
branch-no
account-holder
balance