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

Im glad I now signed up

WOW just what I was searching for. Came here by searching for %meta keyword%

WOW just what I was searching for. Came here by searching for %meta keyword%


guestbook - posted by Caleb on March 14, 2023, 3:59 pm views: 452

Home




    forum    guestbook    WEF    

    Recent Comments

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