I want to show my database value when use type first character of the value. Let me describe it with my site I have a website with homepage input where user type input as t
I didn't really get your question but from what I got, you can use this query:
SELECT * FROM table_name WHERE column LIKE '%value_here%'