Fbi's Epic Guestbook RSS Feed https://testing.fbievan.live/guestbook/ A cool Guestbook made by fbievan"; $data = json_decode(file_get_contents('test.json'), true); $id = 0; foreach($data as $post) { $id = $id + 1; $description = htmlspecialchars($post["message"]); $title = $post["name"]; $link = "http://testing.fbievan.live/guestbook?link=$id"; echo " $title $description $link "; }; echo " "; ?>