<Why won't the success:function(result) parameter ...
# community-feeds
r
Why won't the success:function(result) parameter on my AJAX call activate? I am pretty new to web programming and I am trying to get a php call from another location to return values to my AJAX which will print onto the html via a tag within . However, despite the code seeming 100% correct, I cannot pin down the exact issue that results in the problem, as the php functions as intended, yet it does not execute the success condition, nor produce an error. Any help would be much appreciated This is the php code: And below is the html file with the AJAX...