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

Im glad I now registered

Howdy I am so thrilled I found your site I really found you by error while I was looking on Digg for something else Nonetheless I am here now and would just lik

Howdy I am so thrilled I found your site I really found you by error while I was looking on Digg for something else Nonetheless I am here now and would just like to say thanks for a fantastic post and a all round entertaining blog I also love the theme/design I don't have time to read it all at the moment but I have bookmarked it and also added your RSS feeds so when I have time I will be back to read a great deal more Please do keep up the awesome job.


guestbook - posted by Beatriz on March 12, 2023, 3:46 pm views: 96

Home




    forum    guestbook    WEF    

    Recent Comments

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