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
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' ).