Can someone let me know how to return TWO variables from a function
 
I tried:
 
return $var1, $var2;
 
But I get parse errors and other errors.
 
Thanks!

Reply via email to