Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created January 10, 2017 19:30
Show Gist options
  • Save CB9TOIIIA/453189e1d0b3461f1fc3c85344a67f8e to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/453189e1d0b3461f1fc3c85344a67f8e to your computer and use it in GitHub Desktop.
PHP проверка через файл
$checklastmd5rss = md5($daterss);
$fp = fopen("blablasite.txt", "w+");
fwrite($fp, $checklastmd5rss);
fclose($fp);
$fpvar = file_get_contents("blablasite.txt");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment