How to display user in chat without using database?

后端 未结 0 980
盖世英雄少女心
盖世英雄少女心 2021-01-12 16:49

I have a form, where user has to give his name, and can enter to the chat.

//php
session_start();
if(isset($_POST[\'enter\']))
{
if($_POST[\'name\'] != "         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题