On Tue, 21 Sep 2004 04:02:47 -0400, Nick Patsaros wrote: > Are PHP sessions compatible with frames in HTML? I'm trying to pass a > user name through a session and my individual frames aren't receiving > the variable. It worked prior to migrating to frames so I don't think > it's my PHP that is the problem. Is there a target function somehow > or some way to pass it down from the _top frame to an individual frame > or frames? > > Any help is appreciated and I offer thanks in advance.
probably you are loading the other frames *before* the given frame sets the username. thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php