<?php
///////////////////////////////////////////////////////////////////////////////////////////
///Script PHP/MYSQL of management of classifieds ads developed by Script PAG
///Script PAG all rights reserved. Use under license. http://www.script-pag.com
///////////////////////////////////////////////////////////////////////////////////////////

############################################################

require_once __DIR__.'/../all_fns.php';

pool::execute('beforestart');

///////////////////////////////////
//Display the counties for search 
//////////////////////////////////

$display = '';

foreach($cache_counties as $row)
{
	if($row['par_reg'] == $_POST['county'])
	$display = '1';
}

if($display == 1)
display_search_counties(0, $_POST['county'], $cache_counties);