Posted by puzz on 12/21/07 15:33
chimambo@googlemail.com wrote:
> Hi All,
>
> I am trying to pass variables between two frames in PHP. I want to get
> a variable from F1 to F2 and the variable that is now in F2 should
> pass back the variable to F1 and call another page.
>
> Anyone to help? Thanks
PHP don't know about frames, it treat them as two different request.
You should use session variables...
--
www.panoye.com :: virtual tour
[Back to original message]
|