I am using Javascript to store values in a stack, the problem is that the stack value remains active until the page is refreshed.
When the page is refreshed the value in the stack value gets set to 'Undefined'.
Kalıcı yığın değerleri saklamak için bir yer uygulamak için daha iyi mi? Sonra sayfa yenilenir bile eski yığın değeri elde etmek mümkün olmalıdır.
Nasıl bir PHP komut dosyası, aşağıdaki yığın pasajını uygulayabilirsiniz?
var arr = new Array();
var pushed=arr.push(id); // for pushing into stack
arr.splice(0,arr.length); // for deleting stack
Nasıl JavaScript PHP saklanan değerlere başvurmak için?