Simple AJAX script

Discussion in 'JavaScript' started by nonee, Oct 5, 2008.

  1. #1
    I am very new to ajax and was wondering where I would get started on a simple AJAX spelling game. I have a database with a misspelled word and the correct version. I was planning on showing the misspelled word and the user has to spell it right. When submitted it would check it against the db and let the user know how they did.

    Any help is greatly appreciated
     
    nonee, Oct 5, 2008 IP
  2. Panzer

    Panzer Active Member

    Messages:
    381
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    If your new then id recommend a framework. I use jQuery.

    Search around the jQuery.com site, read the docs for everything. You can't just start AJAX, your going to need to know how to react with the database (PHP) and manipulate the forms etc.
     
    Panzer, Oct 5, 2008 IP