Hi..
I'm sort of stumbling my way through PHP but learning fast.
how do i pass a variable globalaly.. i have a switch method running and a variable out side of this..
how do i set this variable from with in the switch method ? i.e
$tab = "";
switch ($variable) {
case "":
$tab = "this"; /// from here
breck;
}