Whats wrong with this code?
<?php
setcookie("userid", $rowInfo["id"], time() + (10 * 365 * 24 * 60 * 60));
?>
It doesn't work. Im running webhosting on my own server, maybe i have to install something, i dont know.
Whats wrong with this code?
<?php
setcookie("userid", $rowInfo["id"], time() + (10 * 365 * 24 * 60 * 60));
?>
It doesn't work. Im running webhosting on my own server, maybe i have to install something, i dont know.