<? $a = "yes"; $b = "no"; ?> Is there a variable that I can call that will return an array with any variables I have set? I'd want to call it and then parse and display current values of, in this case, a and b. Hope that makes sense.
TIA
<? $a = "yes"; $b = "no"; ?> Is there a variable that I can call that will return an array with any variables I have set? I'd want to call it and then parse and display current values of, in this case, a and b. Hope that makes sense.
TIA