how can i auto reload my page contetn with xmlhttprequest and php after few minutes.......!!
like in setInterval............!!
how can i auto reload my page contetn with xmlhttprequest and php after few minutes.......!!
like in setInterval............!!
You would have set a setInterval() to a function that fills the document body with the results of a Ajax request. Are you using a framework and if so, which one?