code to search everything

2 posts by 2 authors in: Forums > CMS Builder
Last Post: May 5, 2011   (RSS)

By dccreatives - May 5, 2011

I am trying to make a keyword search. How to I have the form action search everything.

This is the code I am using:

<form method="post" action="search.php">
<input name="name" type="text" value="" class="field" id="search" />
<input name="submit" type="image" value="SUBMIT FORM" src="images/button-go.jpg" border="0">
</form>

It only returns the name of one on my tables when entered exactly. I have 'name' in numerous categories. I want it to return every instance of where it finds the keyword.

Please advise.