|
Posted by Jerry Stuckle on 11/17/06 22:42
Mark London wrote:
> Can I pass $_SESSION variables between frames? Some web pages claim it
> is possible, but I tried setting $_SESSION in the parent frame, but the
> other frames didn't see it set. I'm using PHP5/apache. I've read that
> java can pass variables between frames, but how would I then see the
> java variable in the php code? Thanks very much.
Mark,
You can do it, but you must reload the frame to see the results.
Updating one frame does not automatically update the other frames.
Better yet - don't use frames.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|