# All browsers but IE work in this problem

**URL:** https://forum.kirupa.com/t/all-browsers-but-ie-work-in-this-problem/294451
**Category:** Uncategorized
**Created:** [August 14, 2009, 3:12am UTC](https://forum.kirupa.com/t/all-browsers-but-ie-work-in-this-problem/294451 "2009-08-14T03:12:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![latebird](https://avatars.discourse-cdn.com/v4/letter/l/5f8ce5/32.png) [@latebird](https://forum.kirupa.com/u/latebird)
#### Post date: [August 14, 2009, 3:12am UTC](https://forum.kirupa.com/t/all-browsers-but-ie-work-in-this-problem/294451/1 "2009-08-14T03:12:32Z")

</div>

I am in the process of developing a simple chat program that requires php.

**[COLOR=“Red”]PROBLEM [/COLOR]** - Internet Explorer can send and receive information within this program which Chrome and Firefox can see, however unless the IE page is refreshed, it won’t be able to see any new messages, neither from itself or any other browser.

Here is the process:

**Flash (as3)** —\> **PHP** —\> **SQL**

Flash is the UI which sends information to PHP which sends information to SQL, and back.

The program is currently coded to refresh the FLASH GUI every 1 second. If logged in using a any browser other than IE, you can send a message and all browsers except IE will be able to automatically refresh the Flash and see messages. Obviously, I need IE to do the same.

Is there some kind of security feature with IE? Is this a simple fix?

Here is the program: [www.pmex.net/testing/chat.html](http://www.pmex.net/testing/chat.html)

Any help is greatly appreciated.
