![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: problems
From: Peter van Schie <vanschie.peter@gmail.com>
Date: Mon Jul 11 2005 - 12:56:38 CEST
I think that's because of the
That way session_start gets called twice, first in connectphotos.php
You can circumvent that by moving the session_start() in
Probably a cleaner way is to circumvent the include 'addphotos2.php',
header("Location: addphotos2.php");
Make sure you don't output *anything* before using the header call
-- http://www.phpforums.nlReceived on Mon Oct 17 21:05:24 2005 |