Chat PHP sem Banco de dados MySQL (parte7)


SUBMITTED BY: Lucas312

DATE: Aug. 9, 2017, 11:42 a.m.

FORMAT: HTML+PHP

SIZE: 473 Bytes

HITS: 483

  1. <html>
  2. <head>
  3. <title>
  4. sistema de atendimento
  5. </title>
  6. </head>
  7. <center>
  8. <img src="logo.png" >
  9. </center>
  10. <br>
  11. <br>
  12. <center> voce excluiu/desconectou esse usuario com sucesso!</center>
  13. <?
  14. $fp = fopen("banco.txt","w+");
  15. $novo =" voc&ecirc; foi desconectado da converça";
  16. fputs($fp,$novo);
  17. fclose($fp);
  18. $fp2=fopen("bduser.txt","w+");
  19. $novo2=" ";
  20. fputs($fp2,$novo2);
  21. fclose($fp2);
  22. echo "<br><br><a href=\"index.php\">voltar para sua area</a>";

comments powered by Disqus