My question is probably very easy to answer. But I can't figure it out.
<?php
$id1 = rand(1,4);
$id2 = rand(1,4);
$id3 = rand(1,4);
$id4 = rand(1,4);
?>
I have this. But this sometimes creates multiple 3's etc. But within my project this is something that can't happen. At the end the range will be between 1 and 100. But this is just to test how it could work. Can someone please help me?