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
Post a Comment