Welcome Guest, Not a member yet? Register   Sign In
Problem sending data from ajax to controller
#6

[eluser]bigmac90[/eluser]
hey guys

thanks for the replys. @CroNiX, tried using the CIs input::post and still got the same result. @ivantcholakov, my code for the form looks like:

Code:
echo form_open();

                echo form_label('Client:', 'client');
                echo form_dropdown('clients', array('' => '--ALL--') + $clients, '', 'id = "client"');

                echo form_label('From:', 'from');
                echo "<input type = 'text' class = 'datepicker' name = 'dateFrom' id = 'dateFrom' />";

                echo form_label('To:', 'to');
                echo "<input type = 'text' class = 'datepicker' name = 'dateTo' id = 'dateTo'  />";

                echo "<p></p>";

                echo form_submit('submit', 'Get Table', 'id = "bttnSubmit"');
                echo form_close();


Messages In This Thread
Problem sending data from ajax to controller - by El Forum - 09-09-2013, 05:33 AM
Problem sending data from ajax to controller - by El Forum - 09-09-2013, 12:51 PM
Problem sending data from ajax to controller - by El Forum - 09-09-2013, 02:16 PM
Problem sending data from ajax to controller - by El Forum - 09-09-2013, 03:53 PM
Problem sending data from ajax to controller - by El Forum - 09-09-2013, 07:08 PM
Problem sending data from ajax to controller - by El Forum - 09-10-2013, 01:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB