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

Just wanted to say Hello.

Hey there just wanted to give you a quick heads up. The words in your article seem to be running off the screen in Chrome. I'm not sure if this is a format

Hey there just wanted to give you a quick heads up. The words in your article seem to be running off the screen in Chrome. I'm not sure if this is a format issue or something to do with web browser compatibility but I thought I'd post to let you know. The design and style look great though! Hope you get the problem resolved soon. Thanks


guestbook - posted by Scot on March 14, 2023, 6:31 am views: 105

Home




    forum    guestbook    WEF    

    Recent Comments

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