fork(1) download
  1. <?php
  2. setcookie("mobile", "244343434", time() + (86400 * 30), "/"); // 86400 = 1 day
  3. echo "Cookie '" . $_COOKIE["mobile"] . "' is set!\n";
  4.  
  5. ?>
Success #stdin #stdout #stderr 0.02s 52432KB
stdin
Standard input is empty
stdout
Cookie '' is set!
stderr
PHP Notice:  Undefined index: mobile in /home/UySac0/prog.php on line 3