bryan868 Posted May 22, 2009 Share Posted May 22, 2009 I'm looking to create a database of names similar to this... http://www.checksutterfirst.com/providersearch/?sitecfg=39 Though I would even have less fields. Just name, email, mailing address. And I want to show the whole list and be able to sort by each field. Seems simple, right? Is there an open source solution for such a thing? I don't know php/mysql enough to code this myself from scratch, even though it seems simple. Link to comment https://forums.phpfreaks.com/topic/159291-simple-database-solution/ Share on other sites More sharing options...
Betty32 Posted May 23, 2009 Share Posted May 23, 2009 try this: http://www.weberdev.com/get_example-3978.html you realize you'll have to create a db to connect to? try it. maybe your host can help you there. just need to make new one, name it and connect you script to it, you can, iirc, make the tables, etc. by script. google PHP database, assume MySQL. :-) Link to comment https://forums.phpfreaks.com/topic/159291-simple-database-solution/#findComment-840598 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.