0

I want to create a search box for my website where results are show as I am typing. The idea is that as people type something in, the user table will be searched for that username.

".TBL_USERS." is the table. The row would be username.

How would I go about doing this?

THankyou

sark9012
  • 5,485
  • 18
  • 61
  • 99

1 Answers1

0

Check out jQuery UI Autocomplete widget, it should be what you want.

Marek Sapota
  • 20,103
  • 3
  • 34
  • 47