how to make comment admin approval

Discussion in 'PHP' started by skywalkerph, Apr 14, 2009.

  1. #1
    hello guys, i am still learning php, and how to make a script that will approve the comment submission of the user at the admin area. the comment will not appear at the webpages until i approve it. thank you in advance :)
     
    skywalkerph, Apr 14, 2009 IP
  2. zendowind

    zendowind Banned

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Add additional field called status and change it's value from 0 ( default value ) to 1 ( approve it ) ! On the main page, show only approved comments ( SELECT * FROM somewhere WHERE status='1' ).
     
    zendowind, Apr 14, 2009 IP