Okay, i have a page that is setup as a frameset, so on index.php which is a frameset I set a variable such as index.php?variable=yup
how would I be able to have $variable available inside the individual frames?
When you call each frame, add ?variable=yup to the filename you're calling.