Phil Powell wrote: >Ok thanx.. yeah I knew that you can set a cookie before anything is set to >the browser, however, if you view my code, nothing is sent as output before >the cookie is set. >
Yes, there is. Look at the following line in your code: > phpinfo(); > That comes prior to the setcookie() and header() functions, both of which manipulate HTTP headers. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php