<?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, 4:41 pm

Im happy I now registered

My brother suggested I may like this web site. He used to be totally right. This put up actually made my day. You can not imagine just how so much time I had sp

My brother suggested I may like this web site. He used to be totally right. This put up actually made my day. You can not imagine just how so much time I had spent for this information! Thank you!


guestbook - posted by Kathlene on March 11, 2023, 3:20 am views: 129

Home




    forum    guestbook    WEF    

    Recent Comments

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