haaki Posted January 29, 2009 Share Posted January 29, 2009 Hi, I really have close to no experience with php, but I am trying to learn.. My goal at the moment is to create a comment function for my website (http://www.myscandinavia.org). The point is to let people comment on my articles, and having the comments displayed below the article.. Do any of you have an easy to use step by step guide to create this, templates, or a website you will recommend for this? Thanks to you all!! Link to comment https://forums.phpfreaks.com/topic/143041-making-a-comment-function-for-my-website/ Share on other sites More sharing options...
DeanWhitehouse Posted January 29, 2009 Share Posted January 29, 2009 I don't think you will find one here, if you want a tutorial then google php comment tutorial. Or if you want to make one then the first thing you want to do is choose between a database and text based system, once you have done that then we can help you create the code. Link to comment https://forums.phpfreaks.com/topic/143041-making-a-comment-function-for-my-website/#findComment-750111 Share on other sites More sharing options...
phparray Posted January 30, 2009 Share Posted January 30, 2009 Here is one I found that looks pretty good. http://www.spoono.com/php/tutorials/tutorial.php?id=43 This tutorial shows the use of php with a mysql database. Link to comment https://forums.phpfreaks.com/topic/143041-making-a-comment-function-for-my-website/#findComment-750302 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.