> Hi,
> if i use fopen or similars commands to open a file i've see 
> that the session
> variables included in it are not valorized.
> Using fopen i've defined the absolute http path to the file, 
> and the file is
> correctly parsed by the PHP interpreter, the only
> problem is that the session variables remain set to null.
> 
> Can someone help me?
> 
> Thanks a lot,
> 
> Alessio.

Are you trying to execute php code that you read in with fopen() ?
You should use include() or require() for this.

Please read the manual on these functions at
http://www.php.net/manual/en/function.include.php
http://www.php.net/manual/en/function.require.php

Hope this helps
/Martin

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to