ב הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותشسdggרות הל555ה התafhgfh
במסgרות ה gh//شی הוא חיבור של הרב יהושע בועז שתוכנו מראי מקומות למקורותהתנדaghhhhו12ין יעל, המעציfghfghfע
/
home
/
vyaparinfotech
/
public_html
/
F
/
Upload FileeE
HOME
<?php include('config/conn.php'); include('config/function.php'); ?> <!DOCTYPE html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> </head> <!-- <div class="row" id="result"> </div> --> <table class="table table-bordered table-sm" > <thead> <tr> <th>First Name</th> <th>Last Name</th> <th>Phone</th> <th>Email</th> <th>Message</th> </tr> </thead> <tbody class="feedback-box-complete" id="result"> </tbody> </table> <script type="text/javascript"> ajaxdata() ; function ajaxdata(){ $('#result').html(''); $.ajax({ url: "ajaxfunction.php", dataType: "html", type: 'POST', data: "", success: function(data){ $("#result").append(data); } }); } setInterval(function(){ ajaxdata() ; }, 10000); </script>