Hi all
Can someone tell me what the correct syntax is to pass a Session ID via the header redirect is? Im trying:
header( "Location: page2.php?<?echo strip_tags (SID)?>" ) but it isnt working for me and all the docs i can find just deal with tagging it to the end of a hyperlink.
header("Location: page2.php?" . SID);
You should use a complete URL, btw, including http:// and the domain name.
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php