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/159800-php-blog-comment-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.