well...i have 2 PHP page. in first/main page (index.php) there is contain a link that will open a new window (contain update.php) in order to update record.
my question is how to refresh main.php after script is done in update.php
i tried insert following <meta> script like this.
<meta http-equiv="Refresh" Content="0; url=index.php">
it is success but..main.php showed up in a new window not in main page. is it possible to refresh index.php in main page. Thanks in advance!