How you check your AJAX script?

Discussion in 'JavaScript' started by treemonster19, Aug 4, 2009.

  1. #1
    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.
     
    treemonster19, Aug 4, 2009 IP
  2. premiumscripts

    premiumscripts Peon

    Messages:
    1,062
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You should use firebug to debug this. Plenty of tutorials on how to.
     
    premiumscripts, Aug 4, 2009 IP
  3. 1 FineLine

    1 FineLine Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    +1 Firebug is a great Add in for Firefox. Web Developer is another must have. IE has no such features.
     
    1 FineLine, Aug 4, 2009 IP
  4. treemonster19

    treemonster19 Member

    Messages:
    142
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #4
    thanks dear,

    let me download this addon and try
     
    treemonster19, Aug 4, 2009 IP