--- SpyProductions Support Team <[EMAIL PROTECTED]> wrote: > > I have this in a script: > > header("Location: $Relative/outstanding.php?pdd=1&pddid=$poid");
A good way to make sure you are sending the header you think you are is to use echo instead of header() for a quick debugging run. For example: echo "Location: $Relative/outstanding.php?pdd=1&pddid=$poid"; If the resulting URL is something you can paste into your browser to arrive at the right place, then your Location header is properly formatted. Chris ===== Become a better Web developer with the HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php