map200uk Posted May 26, 2007 Share Posted May 26, 2007 hi, im currently working a digital audio library system using php/xml/css/mysql at present and had an idea of similar to google where the user types and it then sugests things so the idea was: a user types say a: and it shows all results that start with a, the results would be stored in an array from the mysql query my question is how could i do this? any advice/links to usefl articles appreciated map Link to comment https://forums.phpfreaks.com/topic/53068-javascript-to-populate-a-textfield/ Share on other sites More sharing options...
lighton Posted June 9, 2007 Share Posted June 9, 2007 by the sounds of it you are talking about an "AJAX live search", if you search the net you should be able to find a tutorial, it basically uses an eventlistener to cue database searches. Without knowing if this is want you want i dont want to go into to much details Link to comment https://forums.phpfreaks.com/topic/53068-javascript-to-populate-a-textfield/#findComment-271380 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.