Re: Problem with session_start

From: Alvaro G Vicario (alvaro_QUITAR_REMOVE_at_telecomputeronline.com)
Date: 09/15/04


Date: Wed, 15 Sep 2004 09:52:16 +0200


*** Ray Torres wrote/escribió (Tue, 14 Sep 2004 19:41:16 -0700):
> <?php
> session_name("report_page");
> session_start();

If session_start() is in line 4, then you have a blank line in the
beginning of the file. That counts as output.

-- 
-- Álvaro G. Vicario - Burgos, Spain
-- Thank you for not e-mailing me your questions
--


Relevant Pages