I dont understand why my array isnt working correctly. I have it set up like
$elem = array(1=>"blah", "blah", "blah");
i do use the charcacters : and ( in the values, does this cause a problem?
i use a for loop to extract the values from the arrays and they come out like Array(1) array(2) instead of blah or blah
Can anyone help?
Thanx in advance 🙂