Welcome Guest, Not a member yet? Register   Sign In
Make a list with ajax and php
#2

[eluser]CroNiX[/eluser]
Are you using routes or something? Because the url you are sending the request to is only the method name List_Image with no controller name?
Code:
$.post("List_Image/"+id,{id:id},function(respuesta){

Are you using htaccess to remove index.php from the URL? If not, that needs to be a part of the URL as well.

Code:
$.post("http://yoursite.com/index.php/controller/List_Image/"+id,{id:id},function(respuesta){


Messages In This Thread
Make a list with ajax and php - by El Forum - 10-16-2012, 03:18 PM
Make a list with ajax and php - by El Forum - 10-16-2012, 03:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB