Jump to content

Simple database solution?


bryan868

Recommended Posts

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

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. :-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.