I have some PHP variables, which are these:
<?php
$on = "ON";
$off = "OFFLINE";
$disabled ="disabled";
?>
Well, what I want to do is a bit more automatic, if I use the variable " $off " automatically in another sector the variab...
asked by
04.12.2018 / 23:11