petstore/ ├── index.html ← Homepage ├── products.html ← Product listing page ├── cart.html ← Shopping cart (frontend only) ├── login.php ← Login page (PHP + MySQL) ├── signup.php ← Sign up page (PHP + ...
project-root/ ├── index.php # Dashboard (requires login) ├── login.php # Login page ├── register.php # Registration page ├── logout.php # Logout logic ├── add_transaction.php # Add new transaction ├── ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results