+ 1
came across this in the challanges can anyone explain it?
<?php $solo = array("learn" => "solo"); $learn = array_flip($solo); ${$solo["learn"].$learn["solo"]} = 1; echo $learnsolo ?>
1 Answer
0
I also don't get the use of those curly brackets.. there is nothing in the tutorial about them