So , in function 1 i am converting data into a somthing = $myvar , then in another function i am using this and also need to echo it however , i only seem to be able to echo this var in function 1 and in global scopes., i dont want to send it to function2($myvar) because then it will be called...