Wade Smart wrote:
> William Piper wrote:
>> Wade Smart wrote:
>>> Wade Smart wrote:
>>> > William Piper wrote:
>
> Maybe I should be more detailed:
>
> user_login.php calls two files: header.htm and footer.htm.
> At the top of my header.htm file is
> <?php
> session_start();
> ob_start();
> ?>
>
>
> O
> Oh, and to James asking about error reporting, I have
> ini_set('display_errors', 1);
> error_reporting(E_ALL);
> under session_start(); for debugging.
>
> Wade
>
20080725 1929 GMT-6
Ok. I feel stupid now. I figured it out.
Its a duh moment.
It occurred to me that, putting session_start() at the top of my header page
would be great IF!!! the header page was calling the other pages. Its not. So,
a
simple change and it all works. Im laughing on the outside, banging my head
against the wall on the inside - and moving on with my work.
Thanks for the help guys.
Wade