'Getting input and showing product amount

consider a table PRODUCT_DETAILS with PID, P NAME , and UNIT_PRICE.Write a HTML form to accept the PID and QUANTITY_REQUIRED from the user and display the total amount to be paid in another text box. Get the unit thrice for a given PID from a database table



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source