login problem |
Hey, i try to implementing cookies for login and save it to database. But i've a problem with this error.
Quote:A PHP Error was encountered Success to login but if i disable the redirect, that error is showing and able to save into logindata This my controller for login PHP Code: public function ceklogin() My model for the proses above PHP Code: function pilihdata($tbl,$fieldkondisi,$fieldpilih) and the randstring in my lib PHP Code: function randstring() An
Can you show the Line Number: 286 and the base of the given array.
the error tells you that you use an array within a function who needs a string.
(11-09-2014, 01:28 AM)Rufnex Wrote: Can you show the Line Number: 286 and the base of the given array. Thanks for trying help. My problem already solved. There is a typo in saving cookies PHP Code: $vCookie1['sname'] = 'dnt_user_cookie'; PHP Code: $vCookie1['name'] = 'dnt_user_cookie'; |
Welcome Guest, Not a member yet? Register Sign In |