keithh Posted December 10, 2006 Share Posted December 10, 2006 Website for Automotive enthusiasts. Site includes a phpBB forum but integration not required. Based on a reference table created by site, user enters a series of 3-4 character (would like to have this customizable by admins) alpha numeric codes and gets a response back as to the corresponding definition of the code. Several possible uses of this one. Think in terms of part number lookup, zip codes to locale type thing. Only output needed is a screen listing. There may be an exisitng code/program out there that does this but I haven't found it. First time poster. If someone knows of an exisiting way to do all of this, recommendations appreciated. If unsuccessful, after a reasonable period of time, wil post in the freelance section but want to see if options currently exist. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/30161-recommendations-for-a-lookup-type-app/ Share on other sites More sharing options...
AndyB Posted December 10, 2006 Share Posted December 10, 2006 Maybe this is just too trivial for you, but how about a database with fieldsid (autoincrmenet)code (varchar, 32)meaning (text)MySQL search of database for %LIKE% to find records that match with string in code field, then display the full code and meaning for each match.Search for 90290210 - Beverley Hills zip code902 - Area code for (somewhere)1902 - Model 'A' built Quote Link to comment https://forums.phpfreaks.com/topic/30161-recommendations-for-a-lookup-type-app/#findComment-138645 Share on other sites More sharing options...
keithh Posted December 13, 2006 Author Share Posted December 13, 2006 Thanks. Yes, that would be the database table structure behind and the right concept. Quote Link to comment https://forums.phpfreaks.com/topic/30161-recommendations-for-a-lookup-type-app/#findComment-140042 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.