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.

Setting up MySQL database

  • 24-02-2010 01:17AM
    #1
    Registered Users, Registered Users 2 Posts: 38


    Hi,
    I was wondering if anybody could help me. My situation is this:
    I'm making a fantasy football site, users select their team from drop down lists and then submit the form. I want the data in the drop down lists to come from a database of players, and when they submit them its stored in the database in a new table for that user.
    Then i want to be able to update the players scores in the players table and that would update all players in the user table!

    I am familiar with sql, but have never actually applied any of it to this kind of set-up. Its mostly just set up for me in college already.

    If anyone could just point me in the right direction i'd be very appreciative.

    Cheers!


Comments

  • Registered Users, Registered Users 2 Posts: 498 ✭✭bobbytables


    What platform do you want to run this on? (Windows / Linux / Mac / Other).

    Thankfully it's not difficult to get a development environment up and running. Easiest approach for you would be to create a (W/L/M)AMP environment for yourself and install phpmyadmin as a web interface to admin the database and create schemas, etc. Beyond that your SQL knowledge will be of use.

    Best of luck ;)


  • Registered Users, Registered Users 2 Posts: 2,238 ✭✭✭techguy


    Seconded just install XAMPP ..

    Also, if you are going to be working with the DB then I recommend you use SQLyog I've only begun to use it recently but it far exceeds PHPMyAdmin IMHO.


Advertisement