how easy is it to create a database that....

Discussion in 'Databases' started by mark ginn, Mar 4, 2014.

  1. #1
    hi guys

    i have a website, with a relevant amount of traffic where people fill out a form, how easy is it to create a database to capture that information and store it on my server?

    thanks
    Mark
     
    Solved! View solution.
    mark ginn, Mar 4, 2014 IP
  2. #2
    Well Mark, an easy solution would be:

    1.- Structurate your data in a relational schema
    2.- Create a MySQL Server database with that schema
    3.- Use your server side language(like PHP) to query a simple insert

    This is an easy solution and you could apply it in a LAMP server, but it realy depends on the type of data and the purpose. Hope it helps.
     
    CG01, Mar 7, 2014 IP
  3. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #3
    mwasif, Mar 8, 2014 IP
  4. mark ginn

    mark ginn Active Member

    Messages:
    141
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53
    #4
    thanks for the replies, googled it and its working great, thanks for the help guys :)
     
    mark ginn, Mar 9, 2014 IP