Jump to content

How To Create A Search Function


niche

Recommended Posts

Can somebody recommend a tutorial about how to create a search function?Thanks.

Link to comment
Share on other sites

What exactly are you searching? A string? A directory? A file? A database?
A MYSQL Database.
Link to comment
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...