Hey,
I'm making a PHP chat and I have the send/recieving scripts done but I've got a problem. I want the msgs being recieved to show up without having to refresh the page constantly. My idea is to have a text area and have the PHP script pass the message to the text area but I'm not sure how to do this. I would have to start the script in the background, pass the message variable to the text area and then restart the script, and do this over and over again. Does anyone know how I would do this? I was told that I could pass the variaible by just putting the variaible name inbetween the textarea tags but I'm lost as to how I can make it update it self.
Any Helps Appricated!