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