<?php
/************************************************************************/
/* Unsigned Band Web Search Block 10/29/05 v2.0 */
/* =========================== */
/* www.unsignedbandweb.com */
/* Created by Ron Dillehay */
/* http://www.unsignedbandweb.com */
/* BEFORE MODIFYING THIS BLOCK READ THE LICENSE AGREEMENT! */
/* YOU MAY NOT REDISTRIBUTE THIS BLOCK WITHOUT PERMISSION! */
/************************************************************************/
if (eregi("block-Search.php", $_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
$content="
<table cellspacing='1' cellpadding='1' align='center'>
<FORM method='get' action='http://www.unsignedbandsearch.com/search.php' target='_blank' enctype='multipart/form-data'>
<tr><td nowrap='nowrap' valign='top' align='center'</td></tr>
<tr><td align='center'><a href='http://www.unsignedbandsearch.com' target='_blank'><b>Band Search</b></a><br><select name='search_area'>
<option value='band_influence'>» Band Genre</option>
<option value='band_soundlike'>» Sounds Like</option>
<option value='band_location'>» Band Location</option>
<option value='band_name'>» Band Name</option>
<br></td></tr>
<tr><td align='center'><br><input align='center' type='text' size='16' maxlength='20' name='search_string'><br>
<INPUT type='submit' name='submit' VALUE='Search'></td></tr>
</FORM>
</TABLE>
";
?>