Posted by Tim Van Wassenhove on 07/11/05 14:36
On 2005-07-11, Peter van Schie <vanschie.peter@gmail.com> wrote:
> I think that's because of the
> include 'addphotos2.php'
>
> That way session_start gets called twice, first in connectphotos.php
> and then in addphotos2.php.
>
> You can circumvent that by moving the session_start() in
> connectphotos.php to the else block.
if (!isset($_SESSION)) session_start();
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
Navigation:
[Reply to this message]
|