Welcome Guest, Not a member yet? Register   Sign In
[Help] with <select> auto reload
#4

[eluser]marjune[/eluser]
well the propper of doing this code youre talking about is....

Controller
Code:
function functionanem(){
        
         $result['prop'] = $this->modelname->modelfinction("select distinct(Propinsi)
                                                            from tarif_kirim
                                                            order by Propinsi ASC");
         $this->load->view('yourview',$result);

  }

view
Code:
<select name=“propinsi” id=“propinsi”>
      &lt;?php foreach($prop as $kue){ ?&gt;
               <option value=”&lt;?php echo $kue->Propinsi; ?&gt;”>&lt;?php echo $kue->Propinsi; ?&gt;</option>
      &lt;?php }?&gt;
          
   </select>


Messages In This Thread
[Help] with <select> auto reload - by El Forum - 07-04-2012, 06:35 PM
[Help] with <select> auto reload - by El Forum - 07-04-2012, 08:10 PM
[Help] with <select> auto reload - by El Forum - 07-04-2012, 08:41 PM
[Help] with <select> auto reload - by El Forum - 07-04-2012, 08:50 PM
[Help] with <select> auto reload - by El Forum - 07-04-2012, 09:14 PM
[Help] with <select> auto reload - by El Forum - 07-04-2012, 09:35 PM
[Help] with <select> auto reload - by El Forum - 07-04-2012, 09:59 PM
[Help] with <select> auto reload - by El Forum - 07-04-2012, 10:16 PM
[Help] with <select> auto reload - by El Forum - 07-04-2012, 11:21 PM
[Help] with <select> auto reload - by El Forum - 07-05-2012, 12:35 AM
[Help] with <select> auto reload - by El Forum - 07-05-2012, 12:38 AM
[Help] with <select> auto reload - by El Forum - 07-05-2012, 12:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB