Page 1 of 1
accessing variables other than form variables
Posted: Tue Apr 20, 2004 1:58 am
by bugthefixer
i hav prblem with variables other then form variable in web page...how kan i acces them in the next page..n one more thing how kan i acces form variables in the same page..bcause i recently defined a textfield n i wnt to use its value in the same page i get an error that "undefined variable"...
how can i do tat..
Re: accessing variables other than form variables
Posted: Tue Apr 20, 2004 3:11 am
by JayBird
bugthefixer wrote:i hav prblem with variables other then form variable in web page...how kan i acces them in the next page..
Use session variables -
viewtopic.php?t=6521
bugthefixer wrote:n one more thing how kan i acces form variables in the same page..bcause i recently defined a textfield n i wnt to use its value in the same page i get an error that "undefined variable"...
how can i do tat..
You can't, you will need to use Javascript for that kind of thing unless you submit the page and refresh it
Mark