|
Posted by Rik on 07/20/06 03:18
Luka M. wrote:
> I's like to transfer a string from one frame containing the PHP page
> to another, without having to loose all the variables from the page
> in that second frame. Is it possible? I need plain PHP (HTML),
> nothing fancy :-)... thx
If it sets specific variables, you'll:
1. either have be able to recognize them by IP/browse/etc..
2. you'll have to use $_SESSION or a custom session-handler. This would
require either a coockie or GET sessid.
3.using only GET values
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|