Results 1 to 2 of 2

Thread: database or spreadsheet

  1. #1
    Join Date
    Feb 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default database or spreadsheet

    I want to make a webpage that asks you to insert an id number
    and when the id number is inserted a name and age will be returned .

    Do I need a database for this? Or is there an easier way? (like using a spreadsheet and ???)

    Do you get the feeling I might not be a programmer? Thank you in advance for any help.

  2. #2
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default

    just my 2 cents, but I would go to your hosting service and set up a database. Make sure you write down the password, username, and hostname that they give you.

    You might be newer to this, but there are a few people here who can help you with what you need. A database is a lot like using a spreadsheet. You could also do this with a php script, but that would be somewhat more complicated and a database is more versatile and easier (in my opinion) than php as there are only a few commands in mysql that most people really need.
    To choose the lesser of two evils is still to choose evil. My personal site

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •