[Req] Search buton in ranking module

silviosing

New Member
Joined
Mar 19, 2013
Messages
16
Reaction score
0
I need put in my ranking module a buton of search name of character plis someone help me to create the php

Sample like this:

25am6ol.jpg



nd6epz.jpg



aphh80.jpg


i have this:

HTML:
<form method="post" action="">
<table class="tmem" height="0" cellpadding="2" border="0" cellspacing="1" width="250">
<thead>
<tr>
	<td align="center" colspan="4">Character: <input type="text" name="char"> <input type="submit" name="search" value="Search"></td>
</tr>

Code:
<?

if isset($_POST['submit']){
$query = mssql_query("SELECT Name,Class,cLevel,resets,strength,dexterity,vitality,energy,accountid from Character where name=?");
$hideold=true; 
}

echo $
?>

What i need more??