URL to Array

PHOTO EMBED

Tue Aug 02 2022 13:02:05 GMT+0000 (Coordinated Universal Time)

Saved by @Thomas_wux #php

$uriSegments = explode("/", parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
content_copyCOPY

https://www.codexworld.com/how-to/get-uri-segment-php/