Thanks Red Dragon... I actually had that in mind when writing that sample code. That change still doesn't change anything...
Weedpacket... I just see my sample as an extension to:
function f3() {
global $var;
$var = "tyson";
}
f3();
echo $var;
That sample will output "tyson".
So in my situation, I'm doing the samething within a function.
Thanks for any help! 🙂