Hi, I would like some help or explanation on how to extract more than one result from an array in a random way using php. Until the moment and achieved this code:
<?php
$N = mt_rand(2,4);
$ele = array('#instagood','#love','#beautiful','#me'...
asked by
12.01.2018 / 21:02