
richc
User
Nov 17, 2009, 2:38 PM
Post #1 of 3
(2441 views)
Shortcut
|
I am using this code in my search form and it works fine for an exact match:
<form method="POST" action="/path/to/your/listViewer.php"> <input type="text" name="title_keyword" value=""> <input type="submit" name="submit" value="Search"> </form> How can I use the search form to return a query LIKE "%title_keyword%" ?
|