<?php

require "_globals.php";
require SECURITY;
if (isset($_GET[submit])) {
    include CLASS_MP_BUSINESS;
    $biz = new handleBusiness();
    $search_result = $biz->streetSearchFunction();
}
$field_selected[$_GET[type]] = "selected";
?>

<?php 
getHeader("admin");
?>

<h3>Street Search</h3>

<p>For all companies located on a specific street, enter the street name and the city.  To make sure you have the specific street you want.</p> 

<?php 
echo $message_format;
?>

<form action="<?php 
echo $PHP_SELF;
?>
" method="get">
	Street: <input type="text" name="street" value="<?php 
echo stripslashes($_GET["street"]);
?>