Glory! I've already searched through the Archives and I got many results.. I read through each one of those but I can't correct my problem even so.
I'm using a simple function to login to the Admin section of a site-index program.. using this function in a long and exhaustive 'global.inc' php page.. function login($username, $password) { setcookie("Links_Cookie_User", $username, time() + 3600); setcookie("Links_Cookie_Pass", $password, time() + 3600); header("Location: directory.php"); exit; } Over the course of the global.inc page, there's a lot of functions with headers being passed.. none of them giving any problems. The only thing unique to this function being the "setcookie" function.. I have not found any solution to this.. Secondly, why is it it's giving me the 'cannot modify headers' problem on the internet server, but not on my computer? Help still needed! PHPSpooky > -----Original Message----- > From: Jason Wong [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 3:20 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] 'Cannot send Headers' Problem!! > > On Friday 27 June 2003 16:01, PHPSpooky wrote: > > > "Warning: Cannot modify header information - headers already sent by > > Search the archives for causes and resolutions. > > -- > Jason Wong -> Gremlins Associates -> www.gremlins.biz > Open Source Software Systems Integrators > * Web Design & Hosting * Internet & Intranet Applications Development * > ------------------------------------------ > Search the list archives before you post > http://marc.theaimsgroup.com/?l=php-general > ------------------------------------------ > /* > Q: What is purple and commutes? > A: An Abelian grape. > */ > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php