I have an array like:
$array=[1,4,15,8,3,7,15];
I get values from DB, so I want to remove "8" value from this array but arrays has undefined index. How can I do this ?
I have an array like:
$array=[1,4,15,8,3,7,15];
I get values from DB, so I want to remove "8" value from this array but arrays has undefined index. How can I do this ?