Edited: I resolved the issue by making a button to click after the changes have been made, then the form refreshes the page.
Thanks for the suggestions though.
Hello All,
I have a file which has a
header("Location");
in which Location is the script itself (need to refresh the page).
Know I know that with the header command, you can't have any sort of html tags at the top of the page, particularily the <title> tag.
I'm wondering if anybody knows how to set the page title when the file has a header function in it.
Thanks