PDA

View Full Version : passing a var?


jmad
05-21-2007, 08:27 PM
is there a way to pass a variable from one page to another with out using a form? in other word i am wanting to pass a variable with out needing some one to hit a submit button.
.
.
.
ok is it possible to redirect a page in the body or can it only be done in the head?

zkiller
05-22-2007, 01:39 AM
not that i know of. you need some form of trigger/action to pass the variable. it's not gonna happen on it's own.

jmad
05-29-2007, 08:11 PM
if i were to do a redirect is it possible to pass my variables using the post metheod i can doit by puting the var in the url but i am wondering if i can pass the var hidden. maybe i can only do it if i store it in a db i dunno. ne input?

zkiller
05-29-2007, 10:57 PM
why not store it in a session variable? that way it would get passed automatically and remain hidden.