$a = " A=1 B=2";
I need to use echo
in $a
and display the value of B. I do not want to use array. It's because I'm going to create a column in the database where it will house all the active options. And I do not want to have the job of creating more than 10 columns just for the options. Then it would look like this, the value of COLUMN opcoes
will have option1 = true option2 = false ...