corrupshun Posted December 3, 2009 Share Posted December 3, 2009 I would like to learn how to create a comment section. Would this use a database? - Also I really don't think it's possible in php, but how could I try going about dynamically generating a thumbnail for an swf file? (other than manually) Link to comment https://forums.phpfreaks.com/topic/183802-creating-a-comment-section-and-generating-thumbnail-from-swf/ Share on other sites More sharing options...
corrupshun Posted December 3, 2009 Author Share Posted December 3, 2009 ello? Link to comment https://forums.phpfreaks.com/topic/183802-creating-a-comment-section-and-generating-thumbnail-from-swf/#findComment-970237 Share on other sites More sharing options...
blueman378 Posted December 3, 2009 Share Posted December 3, 2009 I would like to learn how to create a comment section. Would this use a database? Yes it would use a database. have you done any searching at all? show us your attempt and we will help. ask for it to be done and we will point you to the freelance section. regards, Matthew Hailwood Link to comment https://forums.phpfreaks.com/topic/183802-creating-a-comment-section-and-generating-thumbnail-from-swf/#findComment-970314 Share on other sites More sharing options...
oni-kun Posted December 3, 2009 Share Posted December 3, 2009 I would like to learn how to create a comment section. Would this use a database? - Also I really don't think it's possible in php, but how could I try going about dynamically generating a thumbnail for an swf file? (other than manually) The GD library can very easily create a thumbnail dynamically in PHP if that is what you want. And a comments system, yes, very simple with the use of a database but i'd recommend following a tutorial. This is because the comments need to be very sanitized to prevent injection into the database, as a lot of comment scripts are prone to.. Link to comment https://forums.phpfreaks.com/topic/183802-creating-a-comment-section-and-generating-thumbnail-from-swf/#findComment-970321 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.