I have successfully managed to use ajax and call a PHP script on my root folder. The problem now is to call on members-loop again.
Right now my script looks like this:
I get 404 not found in the debugger when I try to call on members-loop by using different paths such as members/members-loop.php etc.
How can I call the loop and re-run it (so I can run the loop again with new data)?