I have array 1,2,3,...20 And i need to simply remove element 3 from it, how i can do it? i know how to make it with splice or slice. But may be anybody knows another way? Thanks for help
Zipper
8:57 am on Feb 1, 2005 (gmt 0)
unset($a[2]);
mincklerstraat
9:12 am on Feb 1, 2005 (gmt 0)
if you're inside a function and it's a global value, then try