<?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

Im glad I finally signed up

This is really interesting You are a very skilled blogger. I have joined your rss feed and look forward to seeking more of your excellent post. Also I have shar

This is really interesting You are a very skilled blogger. I have joined your rss feed and look forward to seeking more of your excellent post. Also I have shared your web site in my social networks!


guestbook - posted by Eddie on March 13, 2023, 8:17 am views: 99

Home




    forum    guestbook    WEF    

    Recent Comments

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