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
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.