Sandbox: Difference between revisions

Find traditional instrumental music
(Replaced content with "<runphp> sphider/search.php </runphp>")
No edit summary
Line 1: Line 1:
<runphp>
<addhtml><html>
sphider/search.php
<head>
</runphp>
include "$include_dir/search_10.php";
</head>
<body>
<form action="sphider/search.php" method="get">
<table border="2" width="150" cellpadding="0" cellspacing="2">
<tr>
<td align="center"><input type="text" name="query" size="30" value="" /></td>
<td align="center"><input type="submit" value="Search" />
<input type="hidden" name="search" value="1" /></td>
</tr>
</table>
</form>
</body>
</html></addhtml>

Revision as of 17:10, 10 July 2011

<addhtml><html> <head> include "$include_dir/search_10.php"; </head> <body> <form action="sphider/search.php" method="get"> <table border="2" width="150" cellpadding="0" cellspacing="2"> <tr> <td align="center"><input type="text" name="query" size="30" value="" /></td> <td align="center"><input type="submit" value="Search" /> <input type="hidden" name="search" value="1" /></td> </tr> </table> </form> </body> </html></addhtml>