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

Just want to say Hello.

Hi there I do think your web site could possibly be having web browser compatibility issues. When I look at your web site in Safari it looks fine however when o

Hi there I do think your web site could possibly be having web browser compatibility issues. When I look at your web site in Safari it looks fine however when opening in Internet Explorer it has some overlapping issues. I simply wanted to provide you with a quick heads up! Aside from that wonderful blog!


guestbook - posted by Dorothy on March 15, 2023, 12:55 am views: 112

Home




    forum    guestbook    WEF    

    Recent Comments

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