@Nana, what I posted above is the whole search.php.
I use
html code:
<form method="post" action="search.php">
<input type="text" value="Enter Player Name" name="search" size=25 maxlength=25>
<input type="Submit" name="Search" value="Search">
</form>
on the main page.
I dont know how I missed that <br>, that fixed it
Thanks WDZ