Jump to content

Francis_and_Hobbel

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Francis_and_Hobbel

  1. I tried global and ik works. Thanks!
  2. I have a website in which a function is called hundreds of times. There is a variable in the main program that I need within the function, but it's not there. I could add another argument containing that variable function_name($a,$b,$required_variable); instead of function_name($a,$b); but then the program would become a lot bigger! So is there a method that doesn't require so much extra data?
×
×
  • Create New...