Skip to content

Node Tree break down as Array

is that possible to generate the array base one this node tree? That is the code that I have done. But I have no idea how to create 1,3,2 and 1,4 as an array. And I don’t know how to make it more efficient. is that possible to generate the array base one this node tree? That is the code

I can’t generate the correct Json file in PHP

it does not work properly please help me to get the correct json file? in particular when I inserted it in the site in php I got this array so the Json file creates it correctly this is the first array I generate via submit of my form. this array I add it to the end of the Json file,

Cookie values not being returned in Firefox

This works totally fine on my local dev version in all browsers… …and will return all the current cookie values on the page, like this: The problem is that it doesn’t return anything in Firefox or Edge on production. It does work in Chrome on production though. Here’s how Chrome dev to…