sharing a variable between frames

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gsigms
Forum Newbie
Posts: 1
Joined: Wed Jun 19, 2002 1:10 pm
Contact:

sharing a variable between frames

Post by gsigms »

i d like to know if it s possible to share a variable between all the frameset of my page ... :?:
kaizix
Forum Commoner
Posts: 50
Joined: Tue Jun 18, 2002 9:16 pm
Location: california
Contact:

Post by kaizix »

you can do it using sessions...or if each frame has an include that has the same variable in it.
prasadharischandra
Forum Commoner
Posts: 57
Joined: Thu May 09, 2002 2:19 am
Location: sri lanka
Contact:

Post by prasadharischandra »

try to use query string like
ab.php?id=1
Post Reply