I need a live chat system to support my clients and would like to write it using PHP and a MySQL, but I am not sure how to do this. Is it even possible in PHP? Any help would be great!
feedback
|
|
It is possible. PHPOpenChat If you go through the source code for that you will get a good idea on how to create your own. | |||||
feedback
|
|
It is possible. You will need of Javascript/Ajax tool (It's more simple if you use jquery for ajax), php and mysql. Basically everything stands in the Ajax tool that allows you to send http request to the server without refreshing the page. Here's some usefull links: | |||
feedback
|
|
These links may be helpful: EmmyS provided the links; I found them very helpful. | ||||
|
feedback
|