Temporary internet files problem

Discussion in 'PHP' started by computerzworld, Jun 15, 2008.

  1. #1
    Hello,
    I am having a chat script which inserts chat conversations in database and retrieves it without refreshing page. When inserting the value from mozilla it displays the value perfectly in chatbox but it doesn't display the inserted value in IE. The script makes use of ajax for inserting and displaying the data. (Simple ajax chat script). But as soon as I delete temporary internet files from Internet options it displays the latest values inserted. How can I overcome from this problem? Please help me. Thanks in advance.
     
    computerzworld, Jun 15, 2008 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    Quick question; are you cleaning those files while running the script?
     
    EricBruggema, Jun 15, 2008 IP
  3. computerzworld

    computerzworld Active Member

    Messages:
    214
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    no i am not cleaning those files while running the script.... when i remove it manually it displays proper result.... but is it possible to clean the files using script?
     
    computerzworld, Jun 15, 2008 IP
  4. computerzworld

    computerzworld Active Member

    Messages:
    214
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #4
    problem solved!;) I just added session_start() at the beginning of the function which is retrieving data from the database using ajax so it doesn't create any temporaray internet files now. Hope this helps to anybody else facing the same problem as me.... cheers....:)
     
    computerzworld, Jun 15, 2008 IP