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

Just wanted to say Hello!

Do you mind if I quote a couple of your articles as long as I provide credit and sources back to your weblog? My blog site is in the exact same niche as yours a

Do you mind if I quote a couple of your articles as long as I provide credit and sources back to your weblog? My blog site is in the exact same niche as yours and my users would truly benefit from some of the information you present here. Please let me know if this alright with you. Many thanks!


guestbook - posted by Selma on March 11, 2023, 8:58 pm views: 108

Home




    forum    guestbook    WEF    

    Recent Comments

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