I have to pas some variables between frames in a web page. Is there any way i can do that using PHP? please!
thanx
like i said... reload your page....and pass variables in the url....
you can reload your page with javascript,
<script language='JavaScript'>"; top.frames[2].location.href="yourpage.php"; </script>
i got a syntax error
<script language="JavaScript"> top.frames[2].location.href="yourpage.php"; </script>
sorry ๐
Set them in a session variable in each script:
if(!session_registered("variable")) { $variable = "something"; session_register("variable"); }
then just call that variable. When it's updated in one script, the other script can see it as well.
Tu es de montrรฉal? Moi aussi! ๐
eh? A cause de mon email j'imagine que tu sais ca? hehe ๐ Oui j'habite au centre ville et je travaille a longueuil ๐
Jass