Variable Problems
Hey, I am having a real bad time with variables on one page of a site I am working on. What is happening is variables aren't being transfered through the code in differen't php tags
example: I define a variable in one tag <? php $whatever = '0'; ?>
and I go to use it somewhere else on the page, not in the same php tag as it is defined. And I get an undefined variable error. The weird thing is, I have another page with pretty mush the exact same script just with less stuff added and it work fine.
|