Thanks...got it figured out... many ways to skin a cat I suppose.
-dr
Dico Reyers wrote:
Hi... how do I take an a specific element out of an array.
say that:
$my_array = array("me","myself","I");
how can I take "myself" out of that array and have everything just move up one slot?
Thanks,
-dr