Jump to content

[)OBER]V[AN

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

About [)OBER]V[AN

  • Birthday 12/11/1987

Profile Information

  • Gender
    Male

[)OBER]V[AN's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. yeah but mine some how doesn't work  ???
  2. I found the problem.... Opera doesn't save cookies from local files, when i uploaded the files to a host, the cookie worked... :-\  i wish it would work on local files too
  3. wildteen88 make one page with this code: [code] <?php // check that cookie hasnt been set if(!isset($_COOKIE['user_id'])) {     // set the cookie     setcookie('user_id',1,mktime(0, 0, 0, 12, 32, 2030));     echo "Cookie has been set. Refresh the browser window"; } ?> [/code] and enother page with this code: [code] <?php // check that cookie hasnt been set if(isset($_COOKIE['user_id'])) {     // get the cookie     echo "Retrieving cookie...<br />\n";     echo $_COOKIE['user_id']; } ?> [/code] do the folowing: 1) activate the first page. 2) go to the second page. 3) close the opera. 4) open the opera and open the second page ""WITHOUT THE FIRST ONE""!!! 5) do refresh and you will see that the cookie is not set any more
  4. The setting is ok.... I don't know why i have this problem and it's pissing me off.
  5. can anyone help me with this???? please?????
  6. Browser settings is ok, it accepts cookies. In opera it creats the cookie and it working wile the page is up, when i close opera and try to open it again the cookie is gone... [img src=\"style_emoticons/[#EMO_DIR#]/huh.gif\" style=\"vertical-align:middle\" emoid=\":huh:\" border=\"0\" alt=\"huh.gif\" /]
  7. the strange thing when i try to display in in IE: Array ( [user_id] => 1 ) it works..... but Opera: Array ( ) cookie is gone :(
  8. hi all, can anyone help me? [code]setcookie('user_id',1,mktime(0, 0, 0, 12, 32, 2030)); [/code] when i try to display the valeu of $_COOKIE['user_id'] in IE it works, in Opera it doesn't In Opera it some how disappears [img src=\"style_emoticons/[#EMO_DIR#]/huh.gif\" style=\"vertical-align:middle\" emoid=\":huh:\" border=\"0\" alt=\"huh.gif\" /]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.