niche Posted October 6, 2009 Report Share Posted October 6, 2009 Can somebody recommend a tutorial about how to create a search function?Thanks. Link to comment Share on other sites More sharing options...
jeffman Posted October 6, 2009 Report Share Posted October 6, 2009 What exactly are you searching? A string? A directory? A file? A database? Link to comment Share on other sites More sharing options...
niche Posted October 6, 2009 Author Report Share Posted October 6, 2009 What exactly are you searching? A string? A directory? A file? A database?A MYSQL Database. Link to comment Share on other sites More sharing options...
Synook Posted October 6, 2009 Report Share Posted October 6, 2009 You can just use equality or LIKE in the WHERE clause to "search": SELECT * FROM table WHERE title LIKE "%term%" What sort of features are you looking for? 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