Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6653327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:15:20+00:00 2026-05-26T01:15:20+00:00

When I do: print_r($_COOKIE[@PATH]); It returns a nice array: Array ( [‘threads’] => Array

  • 0

When I do:

print_r($_COOKIE[@PATH]);

It returns a nice array:

Array ( [‘threads’] => Array ( [12] => Array ( [50] => 1317830223 [1]
=> 1317785487 [14] => 1317497737 [7] => 1317488004 [9] => 1317485889
[6] => 1317294825 [5] => 1317289974 [4] => 1317288063 ) ) )

But when I do:

print_r($_COOKIE[@PATH]['threads']);

It doesn’t print anything… var_dump is also returning NULL.

Whats wrong with that? First print is saying that there is an array like this, but when I try to catch it, script returning null.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:15:21+00:00Added an answer on May 26, 2026 at 1:15 am

    Judging by the looks of your array output, your cookie array contains a key named 'threads', not threads. Those quotes are part of the key name, so somewhere you are adding extraneous quotes to the key.

    Try print_r($_COOKIE[@PATH]["'threads'"]); to see what I mean.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I print_r($_COOKIE); , I get following result. Array ( [filters] => Array (
This is the set of result from my database print_r($plan); Array ( [0] =>
<?php print_r($response->response->docs); ?> Outputs the following: Array ( [0] => Object ( [_fields:private] =>
$jj_post is the array output debug via print_r() . This variable is an array
i have printed out the contents of an array/object (named 'document') with print_r. it
Is it possible to read cookie expiration time with php ? When I print_r($_COOKIE)
I'm doing a print_r on a array stored on a session variable and for
I have the following data from print_r($_SESSION) : Array ( [totalprice] => 954 [cart]
<?php define('YOUR_APP_ID', 'x'); define('YOUR_APP_SECRET', 'x'); function get_facebook_cookie($app_id, $app_secret) { $args = array(); parse_str(trim($_COOKIE['fbs_' .
I find print_r in PHP extremely useful, but wonder if there is anything remotely

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.