On Wed, 25 Jun 2003, Justin Hannus wrote:

> 1
> 2 <?php
> 3 session_start();
> 4 ?>
> 5 session inizializzata
> 
> It appears that line 1. has the "output" that forces the headers sent, in
> this case, just a newline. Anything outside the <?php ?> tags are treated as
> STDOUT forcing the php module to send the headers before you start your
> session. Try moving your <?php up to the first lline. e.g.

I need that line. I need to write the error for an example!.

bye

-- 
Morelli Michel
ZioBudda.net Coordinator
[EMAIL PROTECTED]



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to