okay, i am using save password option...
setcookie ("user", "user");
setcookie ("pasword", md5("pass"));
using this code, the cookies will expire once the browser has been closed. My goal is, the cookie will stay on the browser until it was cleared.
please help, thanks in advance! 🙂