RE: [PHP-DB] Winamp-Like Search

2002-11-10 Thread John W. Holmes
> Would it be possible to create a Winamp-like search in a web-based form > (the > search basically checks your list of music as you type and pulls all the > matches it finds)? > > Say you pull the results of a SQL Query and assign them to a variable. Can > you take user input and compare it to th

Re: [PHP-DB] Winamp-Like Search

2002-11-10 Thread Peter Beckman
I'm sure that's possible with javascript and frames. There will be a lot of issues though, depending on the size of your MP3 list, with querying even an array or hash on every character a person types. Check out the javascript "onchange='javascriptfunction();'" in the tag. Peter On Sat, 9 Nov