Are forum posters dorks?

Status
Not open for further replies.
PHP:
$old_array=array("dork","here","no","dork")
$new_array=array_unique($old_array)

$i=0;
while($i<5)
{
echo "$new_array[i] \n";
}
 
Exploding-head.gif
 
AL should have closed this thread putting

return 0;
}
 
Status
Not open for further replies.
Back
Top