Hello, I have problem in doing my search script, I want to search more than one field in same table but with just one text box. Does anyone here know how I can perform this search? And if search result were so bit how can I slit the result to pages. Thanks
use the like search against as many tables you want as in: Where productName like '%box%' OR .... like '%box%' OR..... you can search as many tables/fields as you want. displaying the results - just run through your recordset and echo the results