Repopulate dropdown |
Hi bros,
plz, can anyone tell me how to repopulate the second dropdown after I select the first dropdown? the first dropdown takes data from DB tbl.warehouse -> id |code|name|is_active tbl.rack->rack_id|warehouse_id|name I'm getting the data for the warehouse, now I want to choose from options on the second dropdown of corresponding to the right warehouse
codeigniter how to populate second dropdown list based on the first one using codeigniter
Just convert it to CodeIniter 4. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(10-12-2021, 01:24 AM)InsiteFX Wrote: codeigniter how to populate second dropdown list based on the first one using codeigniter
Take 30 seconds to re-read your code:
PHP Code: <?php echo base_url();?>warehouse/function get_rack_by_warehouse/' + warehouse_id,
(10-16-2021, 07:22 AM)includebeer Wrote: Take 30 seconds to re-read your code: |
Welcome Guest, Not a member yet? Register Sign In |