私のoracleデータベースを車のために検索する検索機能を作成しようとしています。PHP検索機能
私はどこに私が検索ボックスのフィールドをつかんで、データを処理するためにアクションPHPのリンクに送信するように、PHPスクリプトのページにリクエスト検索機能を置くことを知りたい。
<form name:"search" action="http://www.deakin.edu.au/~sjrem/ssss.php" method="post">
<h2> Search for a car of your choice </h2>
<p>
<table border="0">
<tr>
<td><input type="text" name="search" /> </td>
</tr>
</table> <p>
<input type="submit" value="Search" />
</FORM>