refresh div using (only using) php without page reload -


is there way refresh div using php (no javascrip, jquery, ajax...). without reloading page.

i tried reloads complete page.

    <?php     $page = $_server['php_self'];     $sec = "5";     ?>      <meta http-equiv="refresh" content="<?php echo $sec?>;url='<?php echo $page?>'"> ?> 

it impossible refresh div without reloading of whole page (without using of form of javascript).

... , way, told me time ago, questions answer yes or no, deprecated.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -