예제 #1
0
function RemoveComment($inputs)
{
    include "comments.php";
    $comments = new comments();
    $comments->RemoveComment($inputs[0]);
}