database

Discussion in 'PHP' started by giants10, Apr 19, 2008.

  1. #1
    the database mysql, do you have to download it to make it effective like a content management system or something. i dont get the whole content management thing
     
    giants10, Apr 19, 2008 IP
  2. Louis11

    Louis11 Active Member

    Messages:
    783
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    70
    #2
    Yes, your server needs to have MySQL installed to be able to use it. Otherwise you, well, can't use it :p

    Basically You
    1. Populate the database (e.g. Insert a new article)
    2. Connect to the database
    3. Get information from desired table
    4. Display appropriate data

    That's really all there is to it :)

    Cheers
     
    Louis11, Apr 19, 2008 IP