<?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 categories options child for search
//////////////////////////////////

foreach($_POST as $k => $v)
{
	if(isset($_POST[$k]) && $_POST[$k] != 0)
	{
		display_select_child_data($_POST[$k], $cache_cat_opts);
	}
}
