Question: Consider the banking example we used in the SQL in-class exercises: branch (branch-name branch-city, assets) customer (customer-name customer-street, customer-city) account (account-number, branch-name, balance) loan (loan-number,
Consider the banking example we used in the SQL in-class exercises: branch (branch-name branch-city, assets) customer (customer-name customer-street, customer-city) account (account-number, branch-name, balance) loan (loan-number, branch-name, amount) depositor (customer-name account-number) borrower (customer-name loan-number) Write PHP code for the following problems:
1. Create a php file to display the names and cities of customers who have an account at Downtown branch from the web.
2. Create the corresponding html and php files so that a user can insert the following customer into the database from a web browser. After the insertion, display all the customers from the web. "Jane Doe", "401 Rosemont Ave", "Frederick"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
