<?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:08 pm

Just wanted to say Hello.

Hi there to all it's genuinely a pleasant for me to pay a quick visit this website it contains priceless Information.

Hi there to all it's genuinely a pleasant for me to pay a quick visit this website it contains priceless Information.


guestbook - posted by Sybil on March 12, 2023, 7:46 pm views: 98

Home




    forum    guestbook    WEF    

    Recent Comments

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