luminous Posted December 14, 2009 Share Posted December 14, 2009 Using TinyMCE my client will be able to embed images and flash videos into large columns of text which will obviously be printed out client side at a later date. What my question is that is it possible for these embedded links to be stored in a MYSQL database so when it's queries and brought up client side that they display as they should? I've been looking into BLOBS etc but I'm not sure if that's what I'm looking for! If you've had any experience with this issue or can help me think of a solution please!!! Link to comment https://forums.phpfreaks.com/topic/185038-insert-mysql-embeded-videos-as-blobs/ Share on other sites More sharing options...
Buddski Posted December 14, 2009 Share Posted December 14, 2009 Im not sure about flash videos but I have had some success in the past storing images into database BLOB fields.. So it is possible. The best way to see if flash videos will work the same is to try it out.. Link to comment https://forums.phpfreaks.com/topic/185038-insert-mysql-embeded-videos-as-blobs/#findComment-976761 Share on other sites More sharing options...
oni-kun Posted December 14, 2009 Share Posted December 14, 2009 Using TinyMCE my client will be able to embed images and flash videos into large columns of text which will obviously be printed out client side at a later date. What my question is that is it possible for these embedded links to be stored in a MYSQL database so when it's queries and brought up client side that they display as they should? I've been looking into BLOBS etc but I'm not sure if that's what I'm looking for! If you've had any experience with this issue or can help me think of a solution please!!! If they enter HTML than it'll parse as HTML on client side? Use htmlentities Link to comment https://forums.phpfreaks.com/topic/185038-insert-mysql-embeded-videos-as-blobs/#findComment-976789 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.