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

I am the new one

Write more thats all I have to say. Literally it seems as though you relied on the video to make your point. You clearly know what youre talking about why waste

Write more thats all I have to say. Literally it seems as though you relied on the video to make your point. You clearly know what youre talking about why waste your intelligence on just posting videos to your weblog when you could be giving us something enlightening to read?


guestbook - posted by Larry on March 11, 2023, 4:13 am views: 125

Home




    forum    guestbook    WEF    

    Recent Comments

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