1
$a = " A=1 B=2";
I need to use echo
in $a
and display the value of B. I don’t want to use array. It’s because I’ll create a column in the database where it will house all active options. And I don’t want to go through the trouble of creating more than 10 columns just for options. So it would look like this, the value of the COLUMN opcoes
will have option1=true option2=false ...
Perfect guy !
– Luis Felipe