I was wondering if variable in a variable (I think it's called dynamic variable ) works in php while working on raspberry pi (raspbian OS), for example:
$a=${'slota'.$x1} * (${'slot'.$x3});
and if no, which is the best alternative?
I was wondering if variable in a variable (I think it's called dynamic variable ) works in php while working on raspberry pi (raspbian OS), for example:
$a=${'slota'.$x1} * (${'slot'.$x3});
and if no, which is the best alternative?
Try