You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JamesTheHacker That seems very strange to me. I'll have to carve out some time to try this example code you've shared. I can't see any glaring logic errors that might explain what might be going on here. Have you done more debugging on this and found a reason yet?
I want to be able to store an array of ID's to their cookies. I figured the easiest way is to
json_encode
the array of save IDs. Code below:My problem is the array only ever gets two values regardless of how many times I save a page. If I visit the following pages ...
... the array of
$saves
is only ever set to:If I save another page:
... the array is:
Not sure what's going on here.
The text was updated successfully, but these errors were encountered: