passing a var?

jmad

New Member
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?
 
Last edited:

zkiller

Super Moderator
Staff member
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

New Member
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

Super Moderator
Staff member
why not store it in a session variable? that way it would get passed automatically and remain hidden.
 
Top