(transaction-task) **Create a database with the name of (fastpay-transaction). create 2 table in it, 1 for transaction details and the other one for the userlogin details. transaction coulmns (id, name, email, mobile, address, amount, comment) userlogin columns (id, username, password).
the transactionform.php you will see a form for payment, once you entered your information you will see the saved data in your database.