Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6792857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:01:34+00:00 2026-05-26T18:01:34+00:00

For some odd reason Internet Explorer won’t run my queries properly. I designed this

  • 0

For some odd reason Internet Explorer won’t run my queries properly.
I designed this web application on Firefox, everything runs smooth over there, the only problem is in Internet Explorer. I have a Perl script which inserts status messages into a table called tbl_messages. Since the Perl script is being handled by an Ajax call, you won’t see a thing of that. Now where it goes wrong is after the first message, it does update ‘gezien’ to 1, but yet it seems to show the same message over and over again.

This is the status page

include('actions/classes.php');
mysql_select_db('st_beheer');
$dbres      = mysql_query("SELECT id, message FROM tbl_messages WHERE uniekid=".$_GET['uniekid']." AND `gezien` = 0 ORDER BY id LIMIT 1") OR DIE (mysql_error());
$message    = mysql_fetch_assoc($dbres);
mysql_query("UPDATE tbl_messages SET gezien = '1' WHERE id='".$message['id']."'") OR DIE (mysql_error());
echo var_dump($message);

And over here the ajax calls

<script>
    $(document).ready(function(){
        var post = $('#f_export').serialize();
        $.ajax({
          type: "POST",
          url: "export.pl",
          data: post
        });

        var timer = setInterval(StatusUpdate, 1000); 
        var uniekid = $('#uniekid').val();

        function StatusUpdate() {
            $.ajax({
              url: "status.php?uniekid="+uniekid,
              success: function(data){
                $('#progressie').append(data);
              }
            });
        };
    });
</script>

Mozilla (working) vardump:

Import proces gestart…
array(2) { [“id”]=> string(2) “27” [“message”]=> string(45)
“Controleren of de database naam al bestaat…” } array(2) { [“id”]=>
string(2) “28” [“message”]=> string(58) “Database met de naam
stuftax_asdasdasdasd is aangemaakt…” } array(2) { [“id”]=> string(2)
“29” [“message”]=> string(28) “Rechten worden bijgewerkt…” }
array(2) { [“id”]=> string(2) “30” [“message”]=> string(34) “ST20 bron
tabel word aangemaakt…” } array(2) { [“id”]=> string(2) “31”
[“message”]=> string(46) “Een verbinding maken met de nieuwe
database…” } array(2) { [“id”]=> string(2) “32” [“message”]=>
string(31) “Import specificatie oproepen…” } bool(false) bool(false)
bool(false) bool(false) bool(false) bool(false) bool(false)
bool(false) bool(false) bool(false) bool(false) array(2) { [“id”]=>
string(2) “33” [“message”]=> string(35) “Tabellen aanmaken in de
database…” } bool(false) bool(false) bool(false) bool(false)
bool(false) bool(false) bool(false) bool(false) bool(false)
bool(false) bool(false) bool(false) bool(false) bool(false)
bool(false) bool(false) bool(false) bool(false) bool(false)
bool(false) bool(false) bool(false) bool(false) array(2) { [“id”]=>
string(2) “34” [“message”]=> string(40) “Tabellen aanpassen, sleutels
aanmaken…” } array(2) { [“id”]=> string(2) “35” [“message”]=>
string(35) “Poging doen om bestand te openen…” } array(2) { [“id”]=>
string(2) “36” [“message”]=> string(108) “Bestand
C:/xampp/htdocs/projecten/Examen/files/delano_test_username_08112011_133230.asc
succesvol geopend…” } array(2) { [“id”]=> string(2) “37”
[“message”]=> string(23) “Bestand is ingelezen…” } array(2) {
[“id”]=> string(2) “38” [“message”]=> string(31) “Regels verwerken in
tabellen…” } array(2) { [“id”]=> string(2) “39” [“message”]=>
string(28) “Import procedure afgerond…” }

And over here the Internet Explorer one

Import proces gestart… array(2) { [“id”]=> string(2) “40”
[“message”]=> string(45) “Controleren of de database naam al
bestaat…” } array(2) { [“id”]=> string(2) “40” [“message”]=>
string(45) “Controleren of de database naam al bestaat…” } array(2)
{ [“id”]=> string(2) “40” [“message”]=> string(45) “Controleren of de
database naam al bestaat…” } array(2) { [“id”]=> string(2) “40”
[“message”]=> string(45) “Controleren of de database naam al
bestaat…” } array(2) { [“id”]=> string(2) “40” [“message”]=>
string(45) “Controleren of de database naam al bestaat…” } array(2)
{ [“id”]=> string(2) “40” [“message”]=> string(45) “Controleren of de
database naam al bestaat…” } array(2) { [“id”]=> string(2) “40”
[“message”]=> string(45) “Controleren of de database naam al
bestaat…” } array(2) { [“id”]=> string(2) “40” [“message”]=>
string(45) “Controleren of de database naam al bestaat…” } array(2)
{ [“id”]=> string(2) “40” [“message”]=> string(45) “Controleren of de
database naam al bestaat…” } array(2) { [“id”]=> string(2) “40”
[“message”]=> string(45) “Controleren of de database naam al
bestaat…” } array(2) { [“id”]=> string(2) “40” [“message”]=>
string(45) “Controleren of de database naam al bestaat…” } array(2)
{ [“id”]=> string(2) “40” [“message”]=> string(45) “Controleren of de
database naam al bestaat…” } array(2) { [“id”]=> string(2) “40”
[“message”]=> string(45) “Controleren of de database naam al
bestaat…” } array(2) { [“id”]=> string(2) “40” [“message”]=>
string(45) “Controleren of de database naam al bestaat…” } array(2)
{ [“id”]=> string(2) “40” [“message”]=> string(45) “Controleren of de
database naam al bestaat…” } array(2) { [“id”]=> string(2) “40”
[“message”]=> string(45) “Controleren of de database naam al
bestaat…” }

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:01:35+00:00Added an answer on May 26, 2026 at 6:01 pm

    Under your Ajax call include cache: false property

    function StatusUpdate() { 
            $.ajax({ 
              url: "status.php?uniekid="+uniekid, 
              cache:false,
              success: function(data){ 
                $('#progressie').append(data); 
              } 
            }); 
        }; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this asp.NET web site that for some odd reason doesn't want to
I'm running into some very odd beheaviour regarding frames and internet explorer. The situation
for some odd reason the text area I have in my site won't accept
I'm receiving this error for some odd reason: Fatal error: Class 'crud_model' not found
For some odd reason my SFML program won't render anything until I mouse over
I'm ripping my hair out over this one. For some odd reason I cannot
So I have this bit of code, that for some reason won't compile, because
For some odd reason I'm getting this error: raw cannot be resolved or is
Graphael doesn't have an unhover event for some odd reason. Found this chunk of
For some odd reason the part where objects are shown and hidden in my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.