Quote:
Originally Posted by Colin F
If you want values calculated in the function to be available after, you'd probably want to do this by returning them.
|
I would think that echoing them only makes them useable only at that moment. If I'm wrong, than is there a reason you would recommend that method over globalising them from inside the function? Or would they be interchangeable in results?