$timestamp_current) { // Get new data $data = file_get_contents("http://cdmbuntu.lib.utah.edu/cdm4/uu_ext_api/ajax_parks.php"); $file = fopen("parks/parks.txt", "w"); fwrite($file, $data); fclose($file); } } ?>