Newbie: need help for creating tables,form 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

Locked
regor
Forum Newbie
Posts: 2
Joined: Thu Jul 30, 2009 8:13 am

Newbie: need help for creating tables,form in php

Post 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
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

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

Post by jackpf »

You've already started a thread about this.
Locked