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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -