PHP AJAX CHAT, Bug fixes - including weird mozilla bug
Hello all. When I released PHP AJAX chat I knew that there was a problem with a few of the build of Firefox that didn’t like having SetTimeouts() outside of functions and requestobjects opening without full parameters. Well I have now fixed that and here is the patch. To install the patch do the following.
- Open up index.php oh php ajax chat archive
- find where this line is <script type=”text/javascript”> in mine it’s around line 33 and also find the end </script> which is around line 99.
- Hilight this area and replace it with the following code (more…)

