Question
redirecting to a new page
i currently use header("Location: www.site.com"); to redirect to a webpage when a PHP script has run
1) is there a none-headder way to change to a new URL?, if not how can i have HTML content displayed while the code runs - would putting the headder command in a function which is only called when the script has finished work?
2) how do you send variables to the new URL?
