Sunucu kaynaklı bir sıkıntı var sanırım.

<?php 
                  $categories = get_categories('hide_empty=0&orderby=name'); 
                  foreach ($categories as $cat) 
                  {
                  $option = '<option value="'.$cat->term_id.'">';
                  $option .= $cat->cat_name;
                  $option .= ' ('.$cat->category_count.')';
                  $option .= '</option>';
                  echo $option;
                  }
                ?>
Bu şekilde çözdüm listelemeyi.

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 14:01:49 -->-> Daha önceki mesaj 13:01:58 --

Bu şekilde de değerler post edince array dönüyor.