<?php $test1 = $test2 = $test3 = $test4 = 0; foreach(range(1 , 100) as $row) { $rand = rand(1,4); ${'test'.$rand}++; } var_dump($test1 , $test2 , $test3 , $test4);
You have javascript disabled. You will not be able to edit any code.