Chat PHP sem Banco de dados MySQL (parte8)


SUBMITTED BY: Lucas312

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

FORMAT: HTML+PHP

SIZE: 623 Bytes

HITS: 494

  1. <? include("bduser.txt"); ?>
  2. <img src="logo.png" width=400px heigth=300px />
  3. <META HTTP-EQUIV="REFRESH" CONTENT="30;URL=entrar.php">
  4. <br />
  5. <br />
  6. esses e nosso sistema autônomo de atendimento desenvolvido por Marcos Brinner
  7. <br />
  8. <br />
  9. <br />
  10. <? if($temgente == "ocupado"){
  11. echo" descupe mas nossos atendentes estão coupados volte em alguns minutos ";
  12. }else{
  13. echo"
  14. <center><form action=\"verificauser.php\" method=\"post\">
  15. informe seu nome <br><input type=\"text\" name=\"nome_user\" maxlength=\"20\">
  16. <input type=\"submit\" value=\"entrar\">
  17. </form><h6> maximo 20 letras</center>
  18. ";
  19. }
  20. ?>

comments powered by Disqus