I'm programming with php, and I do not know of Jquery.
Inside my page I make an include ('show.php');
I need this to be reload every 5 minutes without updating the page.
Incorporate the same Jquery in this way
and then in the body I call the file this way
Thanks in advance.
Inside my page I make an include ('show.php');
I need this to be reload every 5 minutes without updating the page.
Incorporate the same Jquery in this way
Code:
<script src = "jquery-3.2.1.min.js" type = "text / javascript"> </ script>
and then in the body I call the file this way
Code:
<div class = "example">
<ul class = "nav">
<? php include ('show.php');
</ ul>
</ div>
Thanks in advance.