From: "Richard Lynch" <ceo@xxxxxxxxx> To: "Vanessa Vega" <vanessa@xxxxxxxxxxxxxxxxxxx> Date: Fri, 20 Jul 2007 16:39:51 -0500 (CDT) Subject: Re: session_start(): Cannot send session cache limiter... On Fri, July 20, 2007 3:17 am, Paul Scott wrote: > > On Fri, 2007-07-20 at 16:01 +0800, Vanessa Vega wrote: >> I already put session_start() on topmost part of the file..but i >> saved the >> file as utf-8..and that seems to be the problem..can anyone share >> their >> knowledge on this? >> > Set your error_reporting to at least E_ALL and check that there are no > problems there first. That should give you more of a clue as to what > is > happening. Did you save it as UTF-8 with that byte-order-mark (BOM) thingie? Does UTF-8 even HAVE a BOM? I believe a BOM has messed others up in the past. Perhaps Google for your problem before posting will find an answer quicker... :-) -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So?
I believe on "Windows" with word for example it inserts a byte order mark incorrectly. \ufeff. is what it comes out if I run the native2ascii program.This isn't technically correct behaviour and it shouldn't occur. Regards, Wesley Acheson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php