On my website, there is a video upload section. It generates a link ending string based on random numbers and time, and then gives to the user to share. This link shows a page with their video. On the homepage I would like to show every one of the videos uploaded, but the videos are all in their seperate folders, etc: 234209346/video.mp4
I want to show this video file in a video tag, but i need it to check every subdirectory for videos and show them there, based on date. I'm very new to php, so please explain things.