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

мега правильная ссылка

hey there and thank you for your information – I have certainly picked up something new from right here. I did however expertise a few technical points using

hey there and thank you for your information – I have certainly picked up something new from right here. I did however expertise a few technical points using this site as I experienced to reload the web site many times previous to I could get it to load properly. I had been wondering if your web hosting is OK? Not that I'm complaining but sluggish loading instances times will very frequently affect your placement in google and can damage your high-quality score if advertising and marketing with Adwords. Anyway I'm adding this RSS to my email and can look out for a lot more of your respective exciting content. Make sure you update this again soon.


guestbook - posted by Emelia on March 11, 2023, 10:24 pm views: 103

Home




    forum    guestbook    WEF    

    Recent Comments

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