Welcome Guest, Not a member yet? Register   Sign In
login problem
#3

(This post was last modified: 11-09-2014, 04:15 AM by bobykurniawan.)

(11-09-2014, 01:28 AM)Rufnex Wrote: 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.

Thanks for trying help. My problem already solved.

There is a typo in saving cookies
PHP Code:
$vCookie1['sname']     = 'dnt_user_cookie'
It should be like this
PHP Code:
$vCookie1['name']     = 'dnt_user_cookie'
well, i'm a 'noob' Big Grin
Reply


Messages In This Thread
login problem - by bobykurniawan - 11-08-2014, 10:58 PM
RE: login problem - by Rufnex - 11-09-2014, 01:28 AM
RE: login problem - by bobykurniawan - 11-09-2014, 03:54 AM
RE: login problem - by Rufnex - 11-09-2014, 04:43 AM
RE: login problem - by Chroma - 11-14-2014, 09:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB