PHP project

project in filesadditional instructions:How to run the Online Shopping Store Application1. Download the zip file2. Extract the file and copy OnlineStore folder3. Paste inside root directory(xampp/htdocs)4. Open phpMyAdmin5. Create a database with name storedb6. Import storedb.sql file (given inside the zip package in SQL folder)Configuration and Sample code for Currency Formatting:- in php.ini, uncomment extension=intl (to uncomment, remove ‘;’ from its start), then save- stop then start apacheSample code:setAttribute(NumberFormatter::FRACTION_DIGITS, 0);echo $fmt->formatCurrency(100, ‘USD’);  // <--Put the value and currency here?>

× How can I help you?