Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problem uploading picture
Post: RE: Problem uploading picture

mboufos Wrote: (09-16-2019, 05:53 AM) -- https://codeigniter.com/user_guide/libraries/file_uploading.html from the example can you post the error ? if ( ! $this->upload->do_upload('userfile'))   {  ...
7,959 Views
8 Replies
09-16-2019, 06:11 AM
mandiatutti
    Thread: Problem uploading picture
Post: RE: Problem uploading picture

includebeer Wrote: (09-12-2019, 12:58 PM) -- mandiatutti Wrote: (09-11-2019, 03:21 AM) -- PHP Code: -- --  This code is always returning me that is not writable, but on terminal i have these permi...
7,959 Views
8 Replies
09-16-2019, 01:26 AM
mandiatutti
    Thread: Pass data from view to controller
Post: RE: Pass data from view to controller

InsiteFX Wrote: (09-11-2019, 05:59 PM) -- You can always add data to the view using: PHP Code: -- $data['test'] = 'Testing'; $this->load->vars($data); -- With out using a view, makes it glob...
15,523 Views
9 Replies
09-11-2019, 11:43 PM
mandiatutti
    Thread: Problem uploading picture
Post: RE: Problem uploading picture

InsiteFX Wrote: (09-11-2019, 08:14 AM) -- Try adding the forward slash to the end of the upload path. PHP Code: -- // change this $config['upload_path'] = './assets/images/profiles'; // to this $c...
7,959 Views
8 Replies
09-11-2019, 09:50 AM
mandiatutti
    Thread: Problem uploading picture
Post: Problem uploading picture

hi everyone! I have a profile view in which you can change the profile picture. I'd like to create this behaviour:  - The relative pic path will be saved in the user table under the avatar column,  ...
7,959 Views
8 Replies
09-11-2019, 03:21 AM
mandiatutti
    Thread: Pass data from view to controller
Post: RE: Pass data from view to controller

demyr Wrote: (09-09-2019, 11:23 AM) -- PHP Code: -- public function car()     {              $id = $this->uri->segment(2);             $this->load->model('Vehicle_Model);             $data['veh...
15,523 Views
9 Replies
09-09-2019, 11:48 AM
mandiatutti
    Thread: Pass data from view to controller
Post: RE: Pass data from view to controller

InsiteFX Wrote: (09-09-2019, 08:03 AM) -- Each of your vehicle cards should have a link that goes to the controller passing the vehicle id to it. You can then assign it to the views $data array an...
15,523 Views
9 Replies
09-09-2019, 08:31 AM
mandiatutti
    Thread: Pass data from view to controller
Post: Pass data from view to controller

Hi, I'm new to codeigniter, and I'm struggling with this:  I have my view "vehicles" in which all the available vehicles cards are displayed. If I click on a card I'd like to be routed to a view of t...
15,523 Views
9 Replies
09-09-2019, 06:18 AM
mandiatutti

Theme © iAndrew 2016 - Forum software by © MyBB