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

I am the new girl

Wow fantastic blog format! How long have you been running a blog for? you make blogging look easy. The total glance of your web site is great let alone the cont

Wow fantastic blog format! How long have you been running a blog for? you make blogging look easy. The total glance of your web site is great let alone the content!


guestbook - posted by Wilfred on March 11, 2023, 5:56 pm views: 109

Home




    forum    guestbook    WEF    

    Recent Comments

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