I'm using AJAX with PHP to read from a file and update the div's innerHTML. It works on Chrome and Firefox, but not in Internet Explorer.
I tried to use:
Ama ben sayfayı yenileyerek değilim çünkü, yararsız olduğunu düşünüyorum.
if(!$newMsg || $newMsg == "") { // only reading from the file
// do nothing
} else {
$fileData .= "$newMsg";
fwrite($fileHandler, "$newMsg");
}
fclose($fileHandler);
echo $fileData;
İlginç o "başka" blok girdiğinde, bu dosyanın içeriği güncellenmiş gösterir. Ama girdiğinde blok "eğer", o eski içeriğini gösterir.