Ok, I am retarded. I have looked... and for some reason I can't find how to check if an array is empty.
Someone please help me... fix my stupidity!
Thanks,
chadT
Heh...sometimes PHP makes it too easy...
Try using empty();
http://www.php.net/manual/en/function.empty.php
hmm. could'a swore I tried that! Maybe there was different problem with my logic... ;(
Thanks for the help!