$last) { $page_number = $last; } $limit_calc = 'LIMIT ' . ($page_number - 1) * $page_limit . ', ' . $page_limit; $category_id = $current_cat_arr['category_id']; $names_in_cat = fetchArray("SELECT * FROM content WHERE category_id='$category_id' AND content_live='1' ORDER BY id DESC $limit_calc"); $big_int = md5($current_cat_arr['category_name']); $big_int = crc32($big_int); $big_int = sprintf("%u\n", $big_int); $big_int = date('j') . $big_int; if($content_count['total_content'] < 3) { $names_in_cat = fetchArray("SELECT * FROM content WHERE content_live='1' ORDER BY rand($big_int) LIMIT 10"); } $alt_big_int = $big_int + 10; $attach_names = fetchArray("SELECT * FROM content WHERE content_live='1' ORDER BY rand($alt_big_int) LIMIT 10"); $names_in_cat = array_merge($names_in_cat, $attach_names); $seo_arr['page_title'] = $current_cat_arr['category_name'] . " Dog Names"; $seo_arr['meta_description'] = $current_cat_arr['category_description']; $seo_arr['meta_keywords'] = ""; ?>

Puppy Boy & Puppy Girl Names

Here are our Dog Names & Meanings from the Dog Names category! Dog Names have also been provided to assist you in the selection. If you know a name that is not in our database, please use the Add Name link to add it to our site.
30) { echo '
'; echo 'Page ' . $page_number . ' of ' . $last . ' '; if($page_number != 1) { echo 'First | '; if($page_number == 2) { echo 'Previous | '; } else { $previous = $page_number - 1; echo 'Previous '; } } if($page_number != $last) { $next = $page_number + 1; echo 'Next | '; echo 'Last'; } echo '
'; } ?>
'; echo ''; echo ''; $output_count++; $counter++; } ?>
' . $counter . '' . $content_short . '' . $current_cat_arr['category_name'] . '