![]() |
php search form....
I've wanted to create a search form and the search will be against table called articles with columns: title, date, info, url. This table will store information about the articles in a website, I've came up with my a very simple php script, but the problem is that it doesn't matter what you put into the search box it will return the entire table and the part of the problem is in the sql statement, which is not doing a filtering I'm using "SELECT * FROM articles" and I know I should put some sort of "WHERE * LIKE *" in the query, I just can't find the php code for it, anyway here's the php code
Code:
<?phpHTML Code:
<h2>Search</h2>thanks in advance |
Re: php search form....
Just use a simple OR match in all the fields you want to search.
|
| All times are GMT +5.5. The time now is 17:09. |