💊 Pharmaceutical Web Store is a dynamic web project for showcasing medicines and health products online.
It is built entirely with PHP and SQL, with most of the functionality handled using PHP.
index.php
/ home.php
→ Main landing pageabout.php
→ About pagecontact.php
→ Contact pageshop.php
→ Product listingcategory.php
→ Products by categoryview_page.php
/ characters.php
→ Product detailssearch_page.php
→ Search resultscart.php
→ Shopping cartcheckout.php
→ Checkout pagewishlist.php
→ User wishlistuser_profile_update.php
→ User profile managementadmin_page.php
→ Admin dashboardadmin_header.php
/ footer.php
→ Admin page layoutadmin_products.php
→ Manage productsadmin_update_product.php
→ Edit productsadmin_users.php
→ Manage usersadmin_orders.php
→ Manage ordersadmin_total.php
/ admin_total_order.php
/ admin_total_user.php
→ Admin statsadmin_contacts.php
→ Contact inquiriesadmin_update_profile.php
→ Admin profile updateadmin_product_placed.php
→ Orders placedconfig.php
→ Database connectionheader.php
/ footer.php
→ Common site layoutlogin.php
→ User loginregister.php
→ User registrationlogout.php
→ User logoutpharmacy.sql
→ Database structure for users, orders, productsproducts.sql
→ Product-specific database setupThis project is a beginner-friendly PHP and SQL application demonstrating a fully functional online store for pharmaceutical products.
It covers key concepts like database integration, session management, CRUD operations, and admin-user interaction.