Hi i am trying to make cookie using this code $cookiename = "abcd";
cookies help
7
Hi i am trying to make cookie using this code
$cookiename = "abcd";
$cookie_value = "12345";
$expire_time = time()+60*60*24*30;
setcookie("$cookiename", "$cookie_value", "$expire_time");
but my code is not working is there any error ? please tell me
$cookiename = "abcd";
$cookie_value = "12345";
$expire_time = time()+60*60*24*30;
setcookie("$cookiename", "$cookie_value", "$expire_time");
but my code is not working is there any error ? please tell me
- David Beroff
- chrisranjana.com
- [1] reply
- lovefax89
- [1] reply
Next Topics on Trending Feed
-
7