Assignment6: Set B Q.3 Solution

Write a PHP script to create an inventory management system. On the first page accept the highest sold product details like product name, total quantity and total sold. On the second page accept the latest sales details like product name, date and total sale. Display highest sold product details in one table and latest sales details in another table on the third page.

HTMl Form


        
    
        

PHP SCRIPT


        
    
        

PHP SCRIPT