D
D
Dmitry2017-05-05 13:25:53
PHP
Dmitry, 2017-05-05 13:25:53

How to make a simple online dictionary with search?

I have a SQLite database. I want to do a simple online search on it. That is, the page will have a field for entering a search query, a "Search" button, and immediately a search result from this database. Something like "dictionary search".
Can you please tell me what tools to use for this task?
In the future I plan to expand the functionality, but at this stage I need something simple so that I can quickly start and then add functions (for example, adding entries to favorites, user authorization, a complex SQL query).
Thanks a lot.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Optimus, 2017-05-05
@simon100500

MySQL, MyIsam table, full text search
Well or Sphinx

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question