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

Elise Platt

Hi Do you ever worry about your belongings when you travel? I know I do. Our Sling Bags are drop-proof anti-theft scratch-resistant and come with a USB charging

Hi Do you ever worry about your belongings when you travel? I know I do. Our Sling Bags are drop-proof anti-theft scratch-resistant and come with a USB charging port. They're perfect for keeping your belongings safe when you're on the go. I think these would make an excellent addition to your travel gear. I'm confident you'll love them as much as I do. 50% OFF for the next 24 Hours ONLY FREE Worldwide Shipping for a LIMITED time Buy now: https://fashiondaily.shop Thanks and Best Regards Elise


guestbook - posted by Elise on March 13, 2023, 5:38 pm views: 97

Home




    forum    guestbook    WEF    

    Recent Comments

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