A follow-up to this post,
I noticed that I have stored several options in a table;
"blue", "light blue", "green",...
Where the use of the "variable variable" falls apart, is if I try to detect $$var1, where $$var1 contains "light blue"
if ($$var1 == "Yes") {
$$var1 = "checked";
}
If I echo $$var1, it shows up empty..
The SPACE between the characters is the problem......
Have not figured out a fix yet.
Does anyone have an idea?😕