source: temp/branches/ec-cube-beta/html/test/uehara/test.php @ 11230

Revision 11230, 124 bytes checked in by uehara, 20 years ago (diff)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2require_once("../../require.php");
3
4setcookie('cookiename', 'data', time() + 216000);
5echo $_COOKIE["cookiename"];
6
7?>
Note: See TracBrowser for help on using the repository browser.