Welcome Guest, Not a member yet? Register   Sign In
[CI2] Missing argument 1 for Daftarmobil::edit()
#4

PHP Code:
<form name="form1" method="post" action="<?php echo base_url(); ?>admin/daftarmobil/edit/{mobile_id}" class="myform">. Tambah mobile id yang mahu di edit.

Should be:

<
form name="form1" method="post" action="<?php echo base_url('admin/daftarmobil/edit/{mobile_id}'); ?>" class="myform">. Tambah mobile id yang mahu di edit

Also where are you passing the mobile_id from?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: [CI2] Missing argument 1 for Daftarmobil::edit() - by InsiteFX - 03-28-2016, 08:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB