Jump to content

Recommended Posts

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.