Quick question/help (database)

He has: 3 posts

Joined: Oct 2006

I am currently working on a site that needs a database of there current business members. I was going to do this in PHP and MYsql. This data base needs to be refered to in a number of places in different ways (i.e. by type, alfabetical etc..) But they also want to be able to update it from one central location. They would like to use a spreed sheet or someething. Any suggestions about how to approach this task? Thanks for the help in advance.

JOe

Busy's picture

He has: 6,151 posts

Joined: May 2001

When you say "current business members" are you talking about internet based still ?

ordering the results is easy in any method so you wouldnt have any problems there
as for them updating it, would probably be just as easy for you to make them a html form they can use. depending how complex it needs to be, it could be one page or several pages. The joy of server side (php) is you can do many things in one place

JoseffB's picture

He has: 52 posts

Joined: Oct 2006

I agree, create a full entry system. This may include optional pages for meta data and an administration page.

You should plan out the full scope of this page and whats it's primary and secondary purposes are before development -- it'll save you alot of issues in regard to scope creep that you will get in an unstructured project.

He has: 3 posts

Joined: Oct 2006

Thanks for the advice

Joe

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.