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) Quote Link to comment Share on other sites More sharing options...
corrupshun Posted December 3, 2009 Author Share Posted December 3, 2009 ello? Quote Link to comment 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 Quote Link to comment 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.. Quote Link to comment 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.