Well , i got a button on this form
echo " <td><form action='action.php' method='post'>
<input type='hidden' id='itemid' name='itemid' value='". $row["name"] ."'/>
<input type='hidden' id='seller' name='seller' value='". $row["player"] ."'/>
<input type='submit' value='Buy'/>
</form></td>";
This is the button
<input type='submit' value='Buy'/>
Is it possible to make the button shows down in the buttom of the page the direct link ?