User Profile

Collapse

Profile Sidebar

Collapse
Don Boutwell
Don Boutwell
Last Activity: May 5 '11, 03:54 AM
Joined: Mar 6 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Don Boutwell
    replied to PHP/AJAX Response issue
    in PHP
    Nevermind, I figured it out... not sure why this matters, but all I had to do was change the <a href="" otherstuff/> to <a href="#" otherstuff/> - any ideas why that was such a big deal?
    See more | Go to post

    Leave a comment:


  • Don Boutwell
    replied to PHP/AJAX Response issue
    in PHP
    It added then automatically selected the element you added?
    See more | Go to post

    Leave a comment:


  • Don Boutwell
    replied to PHP/AJAX Response issue
    in PHP
    Alright, got a test site up here: http://boutwell.isa-geek.com/Temp/. As you should see, when you decide to add a make, instead of adding it, then responding with the string "TRUE, MAKENAME, MAKEID, MAKE", I get no response and thus the AJAX has no idea what to do. Also, I initially had the function check the status of the request, but it seems that no matter what I do, I get a 0 as the status. When I took that check out, it worked perfectly...
    See more | Go to post

    Leave a comment:


  • Don Boutwell
    started a topic PHP/AJAX Response issue
    in PHP

    PHP/AJAX Response issue

    Ok. So I have a PHP function that is supposed to be sending back a customized string that the AJAX will interpret and automatically update/select an option in a select menu. The problem I am running into is that the AJAX isn't receiving anything (or it would seem). Not sure if I am completely overlooking something or if my code just sucks. I will post the particulars below.

    //PHP code sending the string out....
    Code:
    $newMake
    ...
    See more | Go to post
    Last edited by debasisdas; Mar 6 '11, 05:47 AM.
No activity results to display
Show More
Working...