perezf Posted May 23, 2006 Share Posted May 23, 2006 I need a way where i can play videos on a page but without having to create a new page over and over again for each video but i dont want to use a database??Is it possible Quote Link to comment https://forums.phpfreaks.com/topic/10267-play-videos-help/ Share on other sites More sharing options...
ober Posted May 23, 2006 Share Posted May 23, 2006 It's possible. But it would be a lot easier than any other alternative of keeping track of the videos and associated information. Quote Link to comment https://forums.phpfreaks.com/topic/10267-play-videos-help/#findComment-38248 Share on other sites More sharing options...
perezf Posted May 23, 2006 Author Share Posted May 23, 2006 [!--quoteo(post=376340:date=May 23 2006, 10:17 AM:name=ober)--][div class=\'quotetop\']QUOTE(ober @ May 23 2006, 10:17 AM) [snapback]376340[/snapback][/div][div class=\'quotemain\'][!--quotec--]It's possible. But it would be a lot easier than any other alternative of keeping track of the videos and associated information.[/quote] Does anyone know how to do it and if so can u let me know or give me a link to a tutorialthanks Quote Link to comment https://forums.phpfreaks.com/topic/10267-play-videos-help/#findComment-38249 Share on other sites More sharing options...
michaellunsford Posted May 23, 2006 Share Posted May 23, 2006 you could parse a directory of movies using readdir(). Then use the $_GET variable to tell PHP which one you want to look at? Quote Link to comment https://forums.phpfreaks.com/topic/10267-play-videos-help/#findComment-38261 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.