Re: Rif: [Phplib-users] Erro Session!?!
Brought to you by:
nhruby,
richardarcher
From: <pte...@te...> - 2005-07-04 18:01:13
|
And.... If you cannot avoid sending your headers first, you could consider using PHP functions ob_start() end ob_end_flush() Cheers, Peter 0At 04-07-2005 16:55, Fabrizio Ermini wrote: >*I know that is because of fuction session_start() on file session4.inc, >but i don't know what to do to solve this problem. >Does anybody have idea of what is happening? > >----- > >Yes, you're sending to output something before the call to session_start. >You must be sure that there is nothing that gets sent to the browser (not >even white space) before the function call. > >HTH, bye >Fabrizio > > > > > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >_______________________________________________ >Phplib-users mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phplib-users |