David Baxter
New member
Hi! I've been programming for 3 years now, and I am completely clueless of what do to in this case. Basically, my friend and I make a video uploading and sharing site. I'm responsible for the programming, and design. I need to make an upload button, where you type in your Youtube video ID, and thumbnail link, and details. Now, what I would like help with are the following parts:
-Getting the recently submitted video in to the Recent Videos section. With the name, and author, and thumbnail. (I was thinking of the link going to a php page, where you can use ? in the URL, and put the ID in after that)
-Making a PHP page, that shows the video according to the id in the URL (example:http://mysite.com/video.php?id=1234567)
kind of like the youtube system.
If somebody could point me in the right direction (and I'm not asking for a full script, just for somebody to get me started) than that would be greatly appreciated.
Thanks,
Daviga404 =D
-Getting the recently submitted video in to the Recent Videos section. With the name, and author, and thumbnail. (I was thinking of the link going to a php page, where you can use ? in the URL, and put the ID in after that)
-Making a PHP page, that shows the video according to the id in the URL (example:http://mysite.com/video.php?id=1234567)
kind of like the youtube system.
If somebody could point me in the right direction (and I'm not asking for a full script, just for somebody to get me started) than that would be greatly appreciated.
Thanks,
Daviga404 =D