Eure Ldit Yew Hutory Bookmarks Iools Help D Course payment Course Payment Studen
ID: 639986 • Letter: E
Question
Eure Ldit Yew Hutory Bookmarks Iools Help D Course payment Course Payment Student Name: Sue Lucas Courses selected Course Title Amount Due CIS 30000 ENG 1500 S6000 Total Due ss6000 Student ID: S2373 Amount paid: 56000 Credit Card Number: 27 Create PHPinputfomfor students to enter course payment informationand also create areply page with an appropriat message (e.g. "Thank youfor your payment. Ee Edit Yew Hatory Bookmaris Iools Help Course Payment Results Payment Results Thank you for your payment! Payment Amount 560.00 Student ID:s2373Explanation / Answer
<!DOCTYPE HTML>
<html>
<body>
<form action="welcome.php" method="post">
course: <input type="text" name="course"><br>
amount due: <input type="text" name="amountdue"><br>
total due: <input type="text" name="totaldue"><br>
student id: <input type="text" name="id"><br>
amount paid: <input type="text" name="amount"><br>
credir card number: <input type="text" name="creditcard"><br>
<input type="submit">
</form>
</body>
</html>
<html>
<body>
Thank you your course<?php echo $_GET["course"]; ?><br>
Your amount due: <?php echo $_GET["amountdue"]; ?><br>
Your total due: <?php echo $_GET["totaldue"]; ?><br>
Your id: <?php echo $_GET["id"]; ?><br>
Your amount paid: <?php echo $_GET["amount"]; ?><br>
Your credit card number: <?php echo $_GET["creditcard"]; ?><br>
</body>
</html>
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.