<?php //simple class to create a forum
$forum = new php_forum_class($dbh); //$dbh=PDO Database Connection
$forum->set_post($forum->get_post($my_id)); //Get & Set Current Post by ID
echo $forum->get_comments(); //Get Comments etc....
?>

- Home - forum    guestbook    WEF     May 29, 2023, 3:07 pm

мега даркнет маркет

Hello i think that i saw you visited my site thus i came to return the favor .I am attempting to find things to enhance my web site!I suppose its ok to use a fe

Hello i think that i saw you visited my site thus i came to return the favor .I am attempting to find things to enhance my web site!I suppose its ok to use a few of your ideas!!


guestbook - posted by Dianna on March 14, 2023, 6:01 am views: 145

Home




    forum    guestbook    WEF    

    Recent Comments

    <?php
    $recent_forum_array
    =$forum->get_recent_comments(50);
    for(
    $i=0;$i<count($recent_forum_array);$i++){ //......}
    ?>