Sounds familiar, eh? Yeah, you're right.
It's the usual, most striking comment of fussy eaters, especially kids.
Many kids these days are fussier than ever when it comes to food.
If you have interest to become the King or Queen of the Kitchen,
then definitely the fussy eaters must be the first ones to please.
No kids? No problem -- walk around and invite your fussy neighbors!
There are cool ways to impress them, start reading the solutions here.
get($url)) { echo "Recent Readings For The Choosy"; echo "
- ";
foreach ($rs['items'] as $item) {
echo "\t
- $item[title]\n";
echo "\t
$item[description] \n";
}
if ($rs['items_count'] <= 0) { echo " - Sorry, no items found in the RSS file :-( "; } echo "
"; // you will probably hide this message in a live version } } // =============================================================================== // include lastRSS include "lastRSS.php"; // List of RSS URLs $rss_left = array('http://foodfussy.com/blog/feed',''); //$rss_left = array('http://web-hosting.tophostingcenter.com/?feed=rss2',''); // Create lastRSS object $rss = new lastRSS; // Set cache dir and cache time limit (5 seconds) // (don't forget to chmod cahce dir to 777 to allow writing) $rss->cache_dir = './temp'; $rss->cache_time = 1200; // Show all rss files foreach ($rss_left as $url) { ShowOneRSS($url); } ?>
