- 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:
i have this:
What i need more??
Sample like this:



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??