» Posted by noname at 29/01/2006 17:09:26
» Language: PHP
« Previous - Next »
1
2
3
4
5
6
7
8
9
|
echo "<form method=\"post\" target=\"_BLANK\">
<input type=\"text\" name=\"torrentkeyword\" style=\"border: 1px #003366 font-family: tahoma; font-size: 10px; color: #000000;\">
<input type=\"image\" name=\"torrentsearch\" src=\"images/layout/goknapp.gif\" width=\"37\" height=\"20\" border=\"0\">
</form>";
if(isset($_POST['torrentsearch'])) {
echo "hej";
}
|
|