jonathan.rasio Posted May 27, 2009 Share Posted May 27, 2009 Hi everyone I am currently making a web site and I just added a login feature, but now I want logged in users to be able to post comment in certain topics like a blog would do it. i have an admin feature. So far I have come with the following logic: 1) comment.php Send values of HTML comment form to admin.php 2) admin.php Post values as HTML in admin.php and add a button to accept or deny comment 3) If I click on accept the comment, It will post the comment on comment.php i thought i should use cookies but Im not sure how to write the code. Could anyone help me out?? Tks Jonathan Link to comment https://forums.phpfreaks.com/topic/159801-php-blog-comment-problem/ Share on other sites More sharing options...
Maq Posted May 27, 2009 Share Posted May 27, 2009 Don't double post... http://www.phpfreaks.com/forums/index.php/topic,254035.msg1193680.html#msg1193680 Link to comment https://forums.phpfreaks.com/topic/159801-php-blog-comment-problem/#findComment-842865 Share on other sites More sharing options...
kenrbnsn Posted May 27, 2009 Share Posted May 27, 2009 Double post... Locked. Ken Link to comment https://forums.phpfreaks.com/topic/159801-php-blog-comment-problem/#findComment-842866 Share on other sites More sharing options...
Recommended Posts