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

I am the new one

You actually make it seem really easy with your presentation but I find this topic to be actually something that I believe I would by no means understand. It so

You actually make it seem really easy with your presentation but I find this topic to be actually something that I believe I would by no means understand. It sort of feels too complicated and extremely huge for me. I am having a look forward in your next submit I will attempt to get the grasp of it!


guestbook - posted by Angelita on March 13, 2023, 6:33 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++){ //......}
    ?>