Searching Multiple fields
5 posts by 2 authors in: Forums > CMS Builder
Last Post: March 2, 2009 (RSS)
By zip222 - March 2, 2009
Here is the code I am using:
<form method="POST" action="/news/index.php">
<input type="text" name="title_keyword" value="">
<input type="submit" name="submit" value="Search">
</form>
In addition to searching the "title" field, I also want the search to run through a few other fields. But I only want to use one <input> box. Is this possible?
-jason
Re: [jdancisin] Searching Multiple fields
By zip222 - March 2, 2009 - edited: March 2, 2009
<form method="POST" action="/news/index.php">
<input type="text" name="title,content_keyword" value="">
<input type="submit" name="submit" value="Search">
</form>
Re: [jdancisin] Searching Multiple fields
By Dave - March 2, 2009
interactivetools.com
Re: [Dave] Searching Multiple fields
By zip222 - March 2, 2009 - edited: March 2, 2009
-jason
Re: [jdancisin] Searching Multiple fields
By Dave - March 2, 2009
http://www.interactivetools.com/forum/gforum.cgi?post=61466#61466
interactivetools.com