A chat room problem php
Question:
Hi there,
I created a php chat room
There is only one thing missing
I dont know how to make the data show everytime someone types something
I have to reload the page to see if anything is saved in the database, so it shows in the chat room
i want to to be like a real chat room, everything shows when inserted by the user
How can i do that, can be done in php
Answers:
Yes , you can create chat systems in PHP. You may be able to refresh the screen on regular intervals. You can use frames to refresh middle section.
There are plenty of examples online. You can download one and see how it is done.
Hi there,
I created a php chat room
There is only one thing missing
I dont know how to make the data show everytime someone types something
I have to reload the page to see if anything is saved in the database, so it shows in the chat room
i want to to be like a real chat room, everything shows when inserted by the user
How can i do that, can be done in php
Answers:
Yes , you can create chat systems in PHP. You may be able to refresh the screen on regular intervals. You can use frames to refresh middle section.
There are plenty of examples online. You can download one and see how it is done.
Commentaires
Enregistrer un commentaire