Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

php and MySQL for dummies (me)

  • 16-04-2009 02:34PM
    #1
    Registered Users, Registered Users 2 Posts: 872 ✭✭✭


    Hey, Just wondering if somebody could break down what role each of these play in a message board.

    How i'm understanding it - MySQL is a database manager, so when somebody signs up, their info goes into the database. php pulls the information from the database to display it on the website? Is this right?

    I'm trying to see if something is possible, but I don't know how to word it to google it. Basically i have a forum on a site, i'm looking to set up sub domains with identical forums on them, just without the posts.

    For example ireland.mydomain.com will have an irish message board while england.mydomain.com will have the exact same message board, but obviously w/ english related posts.

    The problem I see is having both forums connected to the same database, so when you register on one forum, you can use either of them... would this be possible?


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    You could use a common Users table to manage who has accounts, and different Forums and Posts tables to manage the individual threads.


Advertisement