» Posted by noname at 29/01/2006 17:00:31
» Language: PHP
« Previous - Next »
1
2
3
4
5
6
7
|
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\">";
if(isset($_POST['torrentsearch'])) {
echo "hej";
}
|
|