I'm new to this forum and fairly new to PHP.
What I'm trying to do here is create a page that shows videos that change according to the link chosen from the list to the side of the page.
So, rather than creating a page for each video, I just wanna be able to dump the videos into the folder, upload the links into a database (I have that bit working) and then dynamically create links (again, this works), and then the video to load according to the link.
I'm not sure I've explained myself very well, but any help would be greatly appreciated.