I have a page with a div which is filled with content from a PHP
script via javascript and innerhtml.
Sometimes, depending on the results of the PHP script, I want to to
reload the entire page, not just the div . However if I put a PHP
redirect in the script, it just loads the entire page into the div..
This makes sense, since the I put the contents of the script page into
the div, redirected or not. But how do I tell PHP to reload the entire
page ?
script via javascript and innerhtml.
Sometimes, depending on the results of the PHP script, I want to to
reload the entire page, not just the div . However if I put a PHP
redirect in the script, it just loads the entire page into the div..
This makes sense, since the I put the contents of the script page into
the div, redirected or not. But how do I tell PHP to reload the entire
page ?
Comment