15) { read_and_delete_first_line("db.txt"); } $db = fopen("db.txt","a") or die("FAILED TO ACCESS DATABASE"); fwrite($db,$decoded_location->latitude. "\t". $decoded_location->longitude. "\t". $inTime. "\n"); fclose($db); //$totalLines = intval(exec("wc -l '$file'")); //For testing purposes //echo $totalLines; //For testing purposes ?>