[Solved] Is it possible to make a chat using only php and the windows cmd? [closed]
PHP is a server language, a live chat system wouldn’t really be possible using only PHP as the page would have to refresh for every new comment in order for both parties to be able to see it so it would be a very clunky and unreliable system. Languages required for a live chat system: … Read more