links for 2008-05-08
-
$categories = get_categories(array(’orderby’ =>’name’, ‘get’ =>’all’)); if (count($matches)) { foreach($matches[1] as $match) { $match = trim($match); $category = NULL; print(”Working on $match\n”); //Work on the category search to see

Comments
Post a comment