beanieboy Posted April 8, 2009 Share Posted April 8, 2009 Hi, currently i have a form select list with a daft amount of select items. I have put these into a mysql db. The db is called sfdb and has one field called stations. On my php form i want to be able to type into a box and it automatically search the mysql db for wildcard matches each time i type a single character and display them on a drop down select list. i.e. typing Bra , would return...bradford;bracknell;branchton etc. then typing Brad, would just return Bradford. Can this be done?? Many Thanks Imran Link to comment https://forums.phpfreaks.com/topic/153171-forms-with-mysql/ Share on other sites More sharing options...
Yesideez Posted April 8, 2009 Share Posted April 8, 2009 Yes - can be done but you'll be looking at AJAX/Javascript for this. Link to comment https://forums.phpfreaks.com/topic/153171-forms-with-mysql/#findComment-804609 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.