Created
January 10, 2017 19:30
-
-
Save CB9TOIIIA/453189e1d0b3461f1fc3c85344a67f8e to your computer and use it in GitHub Desktop.
PHP проверка через файл
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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