cs.punk Posted June 18, 2009 Share Posted June 18, 2009 Where are varible values stored? In PHP obviously, but in a tempory file which gets 'emptied' when no more clients are active? I am having a conflict, as I wrote something big, and I noticed that varibles still hang on to there value when a page is reloaded... Link to comment https://forums.phpfreaks.com/topic/162760-when-are-varibles-ment-to-expire/ Share on other sites More sharing options...
Mark Baker Posted June 18, 2009 Share Posted June 18, 2009 Variables "expire" when the script terminates, unless they're session variables. While the script is running, they exist only in the server memory Link to comment https://forums.phpfreaks.com/topic/162760-when-are-varibles-ment-to-expire/#findComment-858968 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.