<%
if (!isset($is_f_function_file_included)) include str_repeat("../",sizeof(explode("/",$_SERVER["PHP_SELF"]))-2). "incfuncs/f.php";
$squery = "SELECT * FROM affparentcategories ORDER BY name asc";
$result = $dbase->query($squery);
while (($myresult = $dbase->fetch_array()) !== false)
{
$id = $myresult["id"];
$name = ucwords($myresult["name"]);
echo "".$myresult["name"]." ";
}
%>
<%
if (!isset($is_f_function_file_included)) include str_repeat("../",sizeof(explode("/",$_SERVER["PHP_SELF"]))-2). "incfuncs/f.php";
%>
Welcome to the "FYI" section of odessasearch.com, where we put a powerful
searching experience packed with useful information right at your fingertips!
Are you ready to explore the world of odessasearch.com? If yes, please
proceed to select your desired category and sub-category and let the magic begin
for you!
<%
$squery = "SELECT * FROM fyisubcategories WHERE (status='visible') ORDER BY name asc";
$result = $dbase->query($squery);
$subcategories = array();
while (($myresult = $dbase->fetch_array()) !== false)
{
$maincatid = $myresult["maincatid"];
$sizeofcat = sizeof($subcategories[$maincatid]);
$subcategories[$maincatid][$sizeofcat][0] = $myresult["id"];
$subcategories[$maincatid][$sizeofcat][1] = ucwords($myresult["name"]);
}
$squery = "SELECT * FROM fyiparentcategories WHERE (status='visible') ORDER BY name asc";
$result = $dbase->query($squery);
$tdcounter = 0;
while (($myresult = $dbase->fetch_array()) !== false)
{
$mainid = $myresult["id"];
$mainname = ucwords($myresult["name"]);
if ($tdcounter==0)
{
echo "
<%
if (!isset($is_f_function_file_included)) include str_repeat("../",sizeof(explode("/",$_SERVER["PHP_SELF"]))-2). "incfuncs/f.php";
$netyabclass->updatetracker();
%>