Page 1 of 1

value of tag

Posted: Sun Aug 15, 2010 5:24 am
by mehdi4467
Dear All,
I want know in end of a php file the value of a tag is erased? or save?

Re: value of tag

Posted: Sun Aug 15, 2010 9:12 am
by PHPHorizons
Hello mehdi4467,

If I understand you correctly, then the answer is no. After the PHP execution instance is completed, any variables created in the script are wiped from memory.

Cheers