also ich hab ein array
$array = array('1','2','4','5','3','2');
so ich will nun prüfen ob irgend eine zahl (egal welche) doppelt in diesem array vorkommt
wie kann ich das machen??
mfg
$array = array('1','2','4','5','3','2');
so ich will nun prüfen ob irgend eine zahl (egal welche) doppelt in diesem array vorkommt
wie kann ich das machen??
mfg
Kommentar