sports_tournament/ ├── index.php ← Public home page ├── tournaments.php ← Browse tournaments ├── tournament_detail.php ← Individual tournament view ├── teams.php ← Browse teams ├── standings.php ← ...
ecommerce/ ← Put this folder in htdocs/ ├── index.html ← Main frontend (open this in browser) ├── css/ │ └── style.css ← All styles (dark luxury theme) ├── js/ │ └── app.js ← All JavaScript + CRUD ...