Welcome Guest, Not a member yet? Register   Sign In
how to catch data in CI with basic Ajax
#3

[eluser]ludo31[/eluser]
I try to make like that but nothing run !!

Code:
xmlhttp.open("GET", "ajaxcontrolleur?q="+str, true);

and sometimes change the way to catch

Code:
//  $q = $_GET["q"];
        
       $this->input->get('q');

I don't know if we must create another view file or we need to redirect in first view file


Messages In This Thread
how to catch data in CI with basic Ajax - by El Forum - 03-25-2012, 02:39 AM
how to catch data in CI with basic Ajax - by El Forum - 03-25-2012, 03:56 AM
how to catch data in CI with basic Ajax - by El Forum - 03-25-2012, 02:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB