Welcome Guest, Not a member yet? Register   Sign In
Need Urgent but Perfect help in jQuery and CI Integration
#6

[eluser]xwero[/eluser]
the validation plugin works with GET so your url will be http://localhost/projects/inbook/[email protected]. This means you can't use the input->post method. You have to use the input->get method. But this doesn't work without enabling query strings in your config.php file. And you need to change the uri_protocol setting to PATH_INFO because if it stays in the default auto protocol it eats up the key-value pair if there is only one, which is the case here.


Messages In This Thread
Need Urgent but Perfect help in jQuery and CI Integration - by El Forum - 07-01-2008, 03:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB