Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gunaevart/46ed8956f0eb9edfe9f52b6440baeb8a to your computer and use it in GitHub Desktop.
Save gunaevart/46ed8956f0eb9edfe9f52b6440baeb8a to your computer and use it in GitHub Desktop.
Записываем данные в фаил PHP
$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