Created
January 25, 2017 12:34
-
-
Save gunaevart/46ed8956f0eb9edfe9f52b6440baeb8a 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
$total = $Fname.' | '.$Ffio.' | '.$Fphone.' | '.$Fmail .' | '. $date; | |
$filess = file_put_contents("data.txt","\n$total",FILE_APPEND); | |
if($filess == true){ | |
echo 'Ваша заявка на обратный звонок успешно отправлена!'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment