<?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, 2:39 pm

I am the new guy

An outstanding share! I've just forwarded this onto a co-worker who was doing a little research on this. And he actually bought me breakfast due to the fac

An outstanding share! I've just forwarded this onto a co-worker who was doing a little research on this. And he actually bought me breakfast due to the fact that I found it for him... lol. So let me reword this.... Thanks for the meal!! But yeah thanks for spending some time to discuss this matter here on your blog.


guestbook - posted by Skye on March 11, 2023, 3:06 pm views: 110

Home




    forum    guestbook    WEF    

    Recent Comments

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