“halaman ulang otomatis di obrolan php” Kode Jawaban

halaman ulang otomatis di obrolan php

$sql = "select * from chat order by id desc limit 15";
    $result = mysql_query($sql) or die ("An error has occured with in the database.");

Pleasant Panda

halaman ulang otomatis di obrolan php

$(document).ready(function() {
  // check once in five seconds
  setInterval(function() {
    $.get('/script.php', {do: 'new_messages'}, function(response) {
      if(response == 1) {
        window.location.reload();
      }
    });
  }, 5000); 
});
Pleasant Panda

Jawaban yang mirip dengan “halaman ulang otomatis di obrolan php”

Pertanyaan yang mirip dengan “halaman ulang otomatis di obrolan php”

Lebih banyak jawaban terkait untuk “halaman ulang otomatis di obrolan php” di PHP

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya