Samrc Posted March 27, 2008 Share Posted March 27, 2008 I want a web page that has a search function that pulls up database info based on search. I have seen programs that allow you to create a database, and they create web pages to do that. Ex: h**p://www.dbqwiksite.com/ Is that a good program, or are there better I should consider. Is that a good route to take? Or do I upload/install a script that will generate a page and link to a database (like a forum scipt does)? The kind of information that needs to be retrieved is a spreadsheet type result. Not looking for shopping cart capabilities though I guess Zen Cart could be used for something like that... Ex: put in zip code, get list of companies in zip, put in type of application and get a list of products that can do that, with links to product pages (already built, or generated by script). Quote Link to comment Share on other sites More sharing options...
TCH-Bruce Posted March 27, 2008 Share Posted March 27, 2008 If you already have a database you only need to learn how to write queries in PHP and you can format the output how ever you like for the results. The MySQL/PHP for Dummies is a good guide on getting started. I have used PHPMagic which is similar. Quote Link to comment 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.