Hi all, I am begining with AJAX scripting now because i found this unavoidable for my new project, Usually a ajax-javascript code takes the input from users and submit this to server side (PHP, ASP) pages which will do the database stuffs, the problem i encounter is when variables are submitted to PHP pages i cannot see what happens to them like are they properly retrieved in that page(I was able to do this using echo earlier) and they are inserted into database or etc.
+1 Firebug is a great Add in for Firefox. Web Developer is another must have. IE has no such features.