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

Just want to say Hi!

I really love your site.. Great colors & theme. Did you make this amazing site yourself? Please reply back as I'm planning to create my own website and

I really love your site.. Great colors & theme. Did you make this amazing site yourself? Please reply back as I'm planning to create my own website and want to learn where you got this from or what the theme is named. Thank you!


guestbook - posted by Sienna on March 13, 2023, 12:08 pm views: 94

Home




    forum    guestbook    WEF    

    Recent Comments

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