Question: Write a PHP script to store the ATM card information such as Card holder Name, ATM Number, Card Type, Bank Name, and perform the following
Write a PHP script to store the ATM card information such as Card holder Name, ATM Number, Card Type, Bank Name, and perform the following tasks a) Get the input (Card_Name, ATM Number, Type, Bank Name) during run time b) When submit button is clicked, insert the ATM card details in the MYSQL database. c) Display the Card holder Name and ATM Number Whose card type is "Visa" card d) Delete the ATM card holder details whose Bank name="Indian Bank
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
