lakshmiyb Posted November 11, 2009 Share Posted November 11, 2009 hi i have my video files in my folder , i have to store the path of the videos into db and the play it in the player from the database. thanking in advance Link to comment https://forums.phpfreaks.com/topic/181093-storing-video-files-into-mysql-in-php/ Share on other sites More sharing options...
Bricktop Posted November 11, 2009 Share Posted November 11, 2009 Hi lakshmiyb, Post your code for a definitive answer. Link to comment https://forums.phpfreaks.com/topic/181093-storing-video-files-into-mysql-in-php/#findComment-955502 Share on other sites More sharing options...
plznty Posted November 11, 2009 Share Posted November 11, 2009 Is that even possible? wouldnt you use the SQL database to store the link and information but save it elsewhere on another directory? Link to comment https://forums.phpfreaks.com/topic/181093-storing-video-files-into-mysql-in-php/#findComment-955505 Share on other sites More sharing options...
lakshmiyb Posted November 14, 2009 Author Share Posted November 14, 2009 hi, i need the help to store the path of the videos and the thumbnails in mysql db, i have the files and thumbs in a folder of my project. any help regarding this will be helpful thanku. Link to comment https://forums.phpfreaks.com/topic/181093-storing-video-files-into-mysql-in-php/#findComment-957370 Share on other sites More sharing options...
PHPFreaksMaster Posted November 14, 2009 Share Posted November 14, 2009 you can use SORT in your query SELECT * FROM `table_name` SORT BY `Path` Link to comment https://forums.phpfreaks.com/topic/181093-storing-video-files-into-mysql-in-php/#findComment-957374 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.