Current Millage Rate
Please use the search box below to locate your property. For more information see The Community Developent Charge.
Auditor, Franklin County, Ohio Information
Property value and tax information can be found on the Auditor of Franklin County web site. Please click on the icon below:
Search Results
Current Assessment Year: 2007 Current Collection Year: 2008
|
PROPERTY ID
|
PROPERTY OWNER
|
STREET ADDRESS
|
FAIR MARKET VALUE
|
ASSESSED VALUE
|
CURRENT CHARGE
|
|
|
|
|
|
|
|
\n| PROPERTY ID | PROPERTY OWNER | STREET ADDR | FAIR MARKET VALUE | ASSESSED VALUE | ASSESSMENT |
\n");
while ($property_array = mysql_fetch_array($sql_result))
{
if(($total_props_found % 2) == 0)
{
$td_style = "style=\"background-color: rgb(243,243,243);\"";
}
else
{
$td_style = "style=\"background-color: rgb(255,255,255);\"";
}
$total_props_found += 1;
print("$property_array[0] | ");
print("$property_array[1] | ");
print("$property_array[2] | ");
print("$$property_array[3] | ");
print("$$property_array[4] X .00475 = | ");
printf("$%4.2f |
\n", $property_array[5]);
// print("$property_array[0]");
// print(" $property_array[1]
$property_array[2]");
// print(" $property_array[3]");
// print(" $$property_array[4]");
// print(" $$property_array[5] X .00475 = ");
// print(" $$property_array[6]");
}
print("Total Found: $total_props_found | | | | | |
");
//
//
//
}
else
{
//
// None of the FORM fields seem to be set properly (filled in), this means we need to
// output a message to the user that they need to try again.
//
print("Total Found: 0 | | | | | |
");
}
?>