Database(s) for your site.

1 replies
Hello

I am working on a new site.

Should I have a database for my mailing list, one for registered members with priviliges, and so on, or one to rule them all? ;-)

How would you approach it?

Basically, I need to have visitors visit and view my site, but if they want to partake, they must register. I also need to have these registered members on a mailing list.
It will all be free.

When I registered the site, I got a MySql database, must I use that for everything?

Thanking you in advance.
#databases #site
  • Profile picture of the author dvduval
    Well, you will just need to do some PHP programming so that when people register they are added to the database. Most likely, over time you will add more fields and tables to your database to make your data even more valuable.
    Signature
    It is okay to contact me! I have been developing software since 1999, creating many popular products like phpLD.
    {{ DiscussionBoard.errors[350708].message }}

Trending Topics