Jump to content

how to create word search


abdullahpb

Recommended Posts

hi everybody,

i have docs containing school books. and i wanna make a word search using php and html can anybody give the full reference to create it.

 

things i need in it :

> word search

> with multi option (i.e. like grade selection and subject selection)

 

 

 

 

pls somebody help me........................

Link to comment
Share on other sites

You'll need to know how to use PHP to interact with the database and have a decent understanding of SQL. This describes various methods to search in MySQL:http://stackoverflow.com/questions/759580/how-to-implement-a-keyword-search-in-mysqlThis describes various full-text search features in MySQL:http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...