Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Message: Array to string conversion
Post: RE: Message: Array to string conversion

Martin7483 Wrote: (12-22-2015, 04:22 AM) -- Why would you need this? You build the forms, so you know what fields are available within your post dataset and also what type of data it contains (st...
6,118 Views
3 Replies
12-22-2015, 09:48 PM
wintin
    Thread: Message: Array to string conversion
Post: Message: Array to string conversion

ex: $data = (string)  $this->input->post('data', TRUE); When user post $data as array, then i got error message: Array to string conversion ? So i have MY_Input class to filter post/get data. Did we...
6,118 Views
3 Replies
12-21-2015, 04:48 AM
wintin
    Thread: session in 3.0.3 not saving userdata
Post: RE: session in 3.0.3 not saving userdata

I've test, but it okay ?? $this->load->library('session'); $this->session->set_userdata(array('email'=>'[email protected]', 'is_login'=>1)); $session = $this->session->userdata(); var_dump($sess...
19,573 Views
7 Replies
11-27-2015, 09:25 PM
wintin

Theme © iAndrew 2016 - Forum software by © MyBB