A Anonymous Guest Aug 16, 2004 #1 how to pass a variable? i can pass from page a to page b, but from page b to page c, i can't, why? can some one help me? thanks
how to pass a variable? i can pass from page a to page b, but from page b to page c, i can't, why? can some one help me? thanks
gesf Active member Aug 17, 2004 #2 Are you using sessions right !? Don´t forget to always call session_start() before using that variables.
Are you using sessions right !? Don´t forget to always call session_start() before using that variables.