cool349 Posted October 7, 2007 Report Share Posted October 7, 2007 helloi have got a page totaly generated from an access database and it work very welbut what i still need is a working search engine can any aone help me?? Link to comment Share on other sites More sharing options...
Synook Posted October 8, 2007 Report Share Posted October 8, 2007 What about using a SELECT query with WHERE and LIKE, exploiting the wildcard character (* in Access isn't it?) e.g. SELECT * FROM table WHERE page_content LIKE '*$search_term*' Link to comment Share on other sites More sharing options...
cool349 Posted October 9, 2007 Author Report Share Posted October 9, 2007 What about using a SELECT query with WHERE and LIKE, exploiting the wildcard character (* in Access isn't it?) e.g.SELECT * FROM table WHERE page_content LIKE '*$search_term*' how cani work this out can you give me a example?? Link to comment Share on other sites More sharing options...
justsomeguy Posted October 9, 2007 Report Share Posted October 9, 2007 He just did, it's the part in the colored box. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now