2013.04.19. 21:00, "Amin Gholian" <[email protected]> ezt írta: > > Hey, > > I'm sending some parameters using Ajax code, but it never gets to my php file and never execute my php funtions. Here is my code: > > var check = $.ajax({ > type : "POST", > datatype : 'JSON', > url : "/library/ajax/ajax_functions.php", > data : { > email : email, > action : 'checkUsername' > }, > success : function(msg) { > _return(msg); > } > }); > > I was wondering if you could help me out here, I'm using windows server 2012 and IIS in order to run my php application. > > Thank You, > Amin.
this list is dedicated for the development and maintainment of php.netwebsites. check out http://php.net/support.php for generic support channels, where you have better chances to get help with your problem.
