Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Beez
  • Order by date
  1. Beez

    scope of variable

    Don't worry about it, figured it out. Thanks again
  2. Beez

    scope of variable

    Ok, that made sence and it worked, thanks. I only have one other problem though. When I 'return $result' from my second function back to the first function there is again a scope problem. (var $result is not being passed) Useing the same logic explaned to me does not seem to work nor does...
  3. Beez

    scope of variable

    I am calling functions within functions and was wondering how you pass a variable from one to another. Declaring the variable as global only seems to work within the first and highest level function called, but not for other functions that are being called within functions. Thanks in advace for...

Part and Inventory Search

Back
Top