Re: [PHP] Re: session vars

2006-03-23 Thread John Wells
U, is your top.php code being printed AT ALL? Because in the code you gave us, you're attempting to include "topo.php". HTH, John On 3/21/06, João Cândido de Souza Neto <[EMAIL PROTECTED]> wrote: > tedd wrote: > > > Hi: > > > > I hate this. > > > >>Ok guy, don't fight with me. hehehe > >> > >

Re: [PHP] Re: session vars

2006-03-21 Thread John Nichel
João Cândido de Souza Neto wrote: Chris Shiflett wrote: João Cândido de Souza Neto wrote: Show us the code. ... Some codes ... That doesn't count. :-) You're describing a situation that I seriously doubt is reflected in your code. Reduce the problem to the simplest example you possibly can,

RE: [PHP] Re: session vars

2006-03-21 Thread tedd
Hi: I hate this. Ok guy, don't fight with me. hehehe Follow's all code of files. Yeah ! Where's "rodape.php" ? If we're going to spend our time looking at your code, shouldn't you spend the time to provide all of it? tedd -- --

RE: [PHP] Re: session vars

2006-03-21 Thread João Cândido de Souza Neto
Shaunak Kashyap wrote: >> -Original Message- >> From: João Cândido de Souza Neto [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, March 21, 2006 11:26 AM >> To: php-general@lists.php.net >> Subject: Re: [PHP] Re: session vars >> >> This cod

RE: [PHP] Re: session vars

2006-03-21 Thread Shaunak Kashyap
> -Original Message- > From: João Cândido de Souza Neto [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 21, 2006 11:26 AM > To: php-general@lists.php.net > Subject: Re: [PHP] Re: session vars > > This code's exactly the one that produce the error.

Re: [PHP] Re: session vars

2006-03-21 Thread João Cândido de Souza Neto
Chris Shiflett wrote: > João Cândido de Souza Neto wrote: >> > Show us the code. >> >> ... Some codes ... > > That doesn't count. :-) > > You're describing a situation that I seriously doubt is reflected in > your code. Reduce the problem to the simplest example you possibly can, > and then sho

Re: [PHP] Re: session vars

2006-03-21 Thread Chris Shiflett
João Cândido de Souza Neto wrote: > Show us the code. ... Some codes ... That doesn't count. :-) You're describing a situation that I seriously doubt is reflected in your code. Reduce the problem to the simplest example you possibly can, and then show us the code. Chris -- PHP General Ma

Re: [PHP] Re: session vars

2006-03-21 Thread João Cândido de Souza Neto
Chris Shiflett wrote: > João Cândido de Souza Neto wrote: >> I tried it yet, if a put a echo $_SESSION["root"] before or >> after the include, it works fine, it doesn't work in the >> file top.php. > > Show us the code. What you're describing should not be possible. > > Chris Here's the origina

Re: [PHP] Re: session vars

2006-03-21 Thread Chris Shiflett
João Cândido de Souza Neto wrote: I tried it yet, if a put a echo $_SESSION["root"] before or after the include, it works fine, it doesn't work in the file top.php. Show us the code. What you're describing should not be possible. Chris -- PHP General Mailing List (http://www.php.net/) To unsu

RE: [PHP] Re: session vars

2006-03-21 Thread João Cândido de Souza Neto
Shaunak Kashyap wrote: > Where and how is $_SESSION["root"] being initialized? > > Try outputting it's value right after it is initialized and see if that > works successfully. > > Then try and output it's value right before the include("top.php") > statement and see if that works successfully.

RE: [PHP] Re: session vars

2006-03-21 Thread Shaunak Kashyap
Where and how is $_SESSION["root"] being initialized? Try outputting it's value right after it is initialized and see if that works successfully. Then try and output it's value right before the include("top.php") statement and see if that works successfully. Finally, try and output it inside t

Re: [PHP] Re: Session vars vs. POST/GET vars?

2003-01-11 Thread Jason Wong
On Saturday 11 January 2003 18:39, Noel Wade wrote: > Nevermind, just found the $HTTP_SESSION_VARS array... If you're using a relatively recent version of PHP, you should use $_SESSION. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design