Page 1 of 1

Newbie: need help for creating tables,form in php

Posted: Thu Jul 30, 2009 7:55 pm
by regor
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

Re: Newbie: need help for creating tables,form in php

Posted: Thu Jul 30, 2009 8:09 pm
by jackpf
You've already started a thread about this.