Welcome Guest, Not a member yet? Register   Sign In
unable to send javascript variable to controller
#3

Your problem is here:
url: "<?php echo base_url();?>super_admin/get_plan_value_by_id/+zplan"
Should be something like :
url: "<?php echo base_url();?>super_admin/get_plan_value_by_id/" + zplan
Reply


Messages In This Thread
RE: unable to send javascript variable to controller - by ogomez - 05-02-2017, 12:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB