quote:
Originally posted by saralk
I can't really help without the error messages, and it's a while since I have used php, but I don't think you can copy an array like that. You would need some sort of counter.
yes you can $Array[] = 'aa'; is just like using Array_push($Array, 'aa');