[PHP] Re: session & languages array.

2004-03-29 Thread Elliot J. Balanza
Go to figure, what i was lackng of was the parenthesis on the second include... thanks to everyone that tried to help. vamp "Elliot J. Balanza" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I have a very strange problem, and i don't seem to figure out what is wrong. > > I st

[PHP] Re: session & languages array.

2004-03-29 Thread Elliot J. Balanza
Well now I'm more puzzled, cause it seems that i cant find set_globals. All I found is register globals, and i remember that was different, but in any case its on. let me send you the code: this works -- code -- http://www.w3.org/TR/html4/loose.dtd";> -- end of first code... then i go

[PHP] Re: session & languages array.

2004-03-29 Thread Rafael Cotta
"Elliot J. Balanza" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a very strange problem, and i don't seem to figure out what is wrong. > > I start a session, and register $_Session['Idiomas']; > then i go to another page and select > > require("/lanugages/".$_Session['Idioma

[PHP] Re: session & languages array.

2004-03-29 Thread Elliot J. Balanza
Do I need to unset() the variable each time i use it? I don't see anyone using it like that. vamp "Elliot J. Balanza" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I have a very strange problem, and i don't seem to figure out what is wrong. > > I start a session, and register